Gets the file modification time.
Parameters
$filestringrequired- Path to file.
Source
public function mtime( $file ) { return ftp_mdtm( $this->link, $file ); } Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Gets the file modification time.
$filestringrequiredpublic function mtime( $file ) { return ftp_mdtm( $this->link, $file ); } | Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.