PHP: Getting Last Accessed Time of a File – File atime 2 Comments / Linux Server Administration Tips, PHP Tips & Tutorials / By Yang Yang / April 22, 2009 July 5, 2012 Tweet Tweet File atime is the last accessed time of the file, in PHP, you can get the last accessed time of any file by: $last = fileatime('anyfile'); You may also want to know how to get the mtime or ctime of a file.
Essential SSH – 19 Linux SSH Commands You Simply Cannot Live Without 8 Comments / Hosting Tips & Deals, Linux Server Administration Tips / By Yang Yang
What is PHP framework & Who are the Best PHP Frameworks? 2 Comments / Free PHP Classes & Library, PHP Tips & Tutorials / By Yang Yang
Pingback: PHP: Getting Last Changed Time of a File – File ctime
Pingback: Linux: The differences between file times: atime (accessed time), ctime (changed time) and mtime (modified time).