fileatime

fileatime

(PHP 4, PHP 5, PHP 7)

fileatimeGets last access time of file

Description

int fileatime ( string $filename )

Gets the last access time of the given file.

Parameters

filename

Path to the file.

Return Values

Returns the time the file was last accessed, or FALSE on failure.