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