Full-Demon Posted July 6, 2007 Share Posted July 6, 2007 Hi, Is there a way the retrieve the last modified date of a certain file with PHP? FD Link to comment https://forums.phpfreaks.com/topic/58675-file-last-modifed-date/ Share on other sites More sharing options...
Yesideez Posted July 6, 2007 Share Posted July 6, 2007 http://www.php.net/manual/en/function.filemtime.php Link to comment https://forums.phpfreaks.com/topic/58675-file-last-modifed-date/#findComment-291061 Share on other sites More sharing options...
jagat21 Posted July 6, 2007 Share Posted July 6, 2007 You can use following function : filemtime($yourfilename); Link to comment https://forums.phpfreaks.com/topic/58675-file-last-modifed-date/#findComment-291062 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.