cgm225 Posted July 9, 2007 Share Posted July 9, 2007 Is there a function to get a file's creation time, similar to filemtime() for a file's modification time? Link to comment https://forums.phpfreaks.com/topic/58997-is-there-a-function-to-get-a-files-creation-time/ Share on other sites More sharing options...
Yesideez Posted July 9, 2007 Share Posted July 9, 2007 You can't get the creation time (if it has since been modified) although you can use this to get stats about a file: http://www.php.net/manual/en/function.fstat.php Link to comment https://forums.phpfreaks.com/topic/58997-is-there-a-function-to-get-a-files-creation-time/#findComment-292788 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.