PHP function filemtime()
Availability in PHP 4.0
Gets file modification time
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$filename |
string |
not | Path to the file. |
Return values
int
|bool 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.