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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.