使用curl和get_meta_tags()获取元标签信息
有没有一种方法可以使用curl来执行与php中的get_meta_tags()函数等效的操作?专门用于在 php 中使用curl 以尽可能少的开销获取外部站点的元标记
is there a way to use curl such that you can do something that is equivalent to the get_meta_tags() function in php? specifically to get the meta tags of an external site using curl in php with the least amount of overhead possible
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,我不这么认为。
最好的方法是获取数据,并使用 HTML 解析器< /a>.或者,手册中的用户贡献注释中有几种基于正则表达式的方法。
Nope, I don't think so.
The best way would be to fetch the data, and parse it using a HTML parser. Alternatively, there are several regex based approaches in the user contributed notes in the manual.