用于检查链接上次修改时间的 PHP 脚本
是否有一个基本的 php 方法可以接受 URL 并从标头中检索上次修改的日期?
这似乎是 php 可以做的事情,但我不确定要检查哪个对象。
谢谢
Is there a basic php method that accepts a URL and retrieves the date last modified from the header?
It would seem like something php can do, but I'm not sure which object to check.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 cURL 尝试一下。
Give this a go.. using cURL.
谢谢...我尝试稍微修改一下你的版本,这似乎对我有用:
Thanks... I tried modifying your version a bit and this seems to work for me: