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... 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 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
Archived
This topic is now archived and is closed to further replies.