我不知道这是否可能。有一个网页有很多<iframe>
像这样的标签(youtube、facebook 等视频嵌入)
<iframe src="https://www.facebook.com/video/embed?video_id=483633655049394"
width="680" height="450" frameborder="0"></iframe>
<iframe width="680" height="450" src="http://www.youtube.com/embed/XpEnFZGkK8A
frameborder="0" allowfullscreen=""></iframe>
我想做以下
我给出了网页的 URL,它返回了所有的<iframe> ... </iframe>
标签。
我怎样才能在 php.ini 中做到这一点。