test006 Posted May 10, 2006 Share Posted May 10, 2006 Hi,In php i want to read the file timestamp which will give me the date and time of the file stored on the file system.How do i get this info using php?i am working on linux file system.Thanks in advnace... Quote Link to comment https://forums.phpfreaks.com/topic/9445-getting-file-timestamp-and-date/ Share on other sites More sharing options...
.josh Posted May 10, 2006 Share Posted May 10, 2006 fileatime($file) - last accessedfilemtime($file) - last modified Quote Link to comment https://forums.phpfreaks.com/topic/9445-getting-file-timestamp-and-date/#findComment-34829 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.