/ Published in: PHP
Expand |
Embed | Plain Text
function last_modified($url) { $headers = get_headers($url); // Return Unix timestamp }
You need to login to post a comment.
mikael12 on 10/02/10
1 person have marked this snippet as a favorite
function last_modified($url) { $headers = get_headers($url); // Return Unix timestamp }
You need to login to post a comment.