Gets the file’s last access time.
Parameters
$filestringrequired- Path to file.
Source
public function atime( $file ) {
return fileatime( $this->sftp_path( $file ) );
}
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
Gets the file’s last access time.
$filestringrequiredpublic function atime( $file ) {
return fileatime( $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.