<iframe src="https://player.vimeo.com/video/322332324?byline=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
src에서 숫자를 추출해야합니다. 숫자가 몇 자리라도 상관없이 322332324를 가져와야합니다.iframe에서 URL의 일부를 추출해야합니다.
이 코드는 SRC를 얻을 것이다하지만 어떻게 난 그냥 숫자를 ('/ SRC = "([^"] +)'/ ', $의 iframe_string, $ 일치)
는 preg_match를받을 수 있나요; $의 URL = $ 일치 [1]
가 도움이됩니다. 거기 아무도 없나요? 그들을 나열 할 수 있습니까? – IncredibleHat
[parse_url()] (http://php.net/manual/en/function.parse-url.php)을 사용하여 경로를 가져 와서 그것을'/'로 분해하고 마지막 요소를 취할 수 있습니다. –
항상 같습니다. "src ="https://player.vimeo.com/video/ " –