February 2013
Intermediate to advanced
538 pages
20h 55m
English
fileatime
int fileatime(string path)Returns the last access time, as a Unix timestamp value, for the
file path. Because of the cost involved in
retrieving this information from the filesystem, this information is
cached; you can clear the cache with clearstatcache().
Read now
Unlock full access