Complete PHP FTP Reference
The ftp_mdtm() function returns when the specified file was last modified.
This function returns the last modified time as a Unix timestamp (or -1 on error).
| Parameter | Description |
|---|---|
| ftp_connection | Required. Specifies the FTP connection to login to |
| file | Required. Specifies the file to check |
Note: Not all FTP servers support this function.
The output of the code above will be:
Complete PHP FTP Reference
Your message has been sent to W3Schools.