Home  >  Article  >  Backend Development  >  How to get the modification time of remote file in php?

How to get the modification time of remote file in php?

WBOY
WBOYOriginal
2016-10-12 10:04:101167browse

How to get the modification time of remote files in php?

For example http://www.test.com/img/test.png

Reply content:

How to get the modification time of remote files in php?

For example http://www.test.com/img/test.png

get_headers($url)
Then get Last-Modified

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn