WP_Filesystem_FTPext::atime()
Gets the file's last access time.
Method of the class: WP_Filesystem_FTPext{}
No Hooks.
Return
Int|false
. Unix timestamp representing last access time, false on failure.
Usage
$WP_Filesystem_FTPext = new WP_Filesystem_FTPext(); $WP_Filesystem_FTPext->atime( $file );
- $file(string) (required)
- Path to file.
Changelog
Since 2.5.0 | Introduced. |
WP_Filesystem_FTPext::atime() WP Filesystem FTPext::atime code WP 6.7.1
public function atime( $file ) { return false; }