mikael12 on 10/02/10
Last Edited at 10/02/10 07:29pm
function last_modified($url) { $headers = get_headers($url); // Return Unix timestamp return strtotime(str_replace('Last-Modified: ', '', $headers[3]));}
Report this snippet Tweet
Comment:
You need to login to post a comment.