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