PHP function filectime()
Availability in PHP 4.0
Gets inode change time of file
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$filename |
string |
not | Path to the file. |
Return values
int
|bool the time the file was last changed, or false on failure. The time is returned as a Unix timestamp.