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.
You should also read:
- Linux: The differences between file times: atime (accessed time), ctime (changed time) and mtime (modified time).
- PHP: Getting Last Changed Time of a File – File ctime
- PHP: Getting Last Modification Time of a File – File mtime
- Linux: Find files changed or modified within 1 day or older than 1 day
- 12 Most Used .htaccess Examples, Tips – Commands & Directives


Facebook
Twitter
Google Plus
{ 2 trackbacks }