filemtime

Example

 int filemtime ( string $filename ) 

Description

This function returns the time when the data blocks of a file were being written to, that is, the time when the content of the file was changed.

Return Values

Returns the time the file was last modified, or FALSE on failure. The time is returned as a Unix timestamp, which is suitable for the date() function.