Gets the file’s last access time.
Parameters
$file
stringrequired- Path to file.
Source
public function atime( $file ) {
return false;
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Gets the file’s last access time.
$file
stringrequiredpublic function atime( $file ) {
return false;
}
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.