Complete PHP Filesystem Reference
The filemtime() function returns the last time the file content was modified.
This function returns the last change time as a Unix timestamp on success, FALSE on failure.
| Parameter | Description |
|---|---|
| filename | Required. Specifies the file to check |
Note: The result of this function are cached. Use clearstatcache() to clear the cache.
The output of the code above could be:
Complete PHP Filesystem Reference
Your message has been sent to W3Schools.