GC_Filesystem_FTPext::atime()
最后更新于:2021-11-27 18:45:00
GC_Filesystem_FTPext::atime( string$file)Gets the file’s last access time.
参数
- $file
-
(string) (Required) Path to file.
响应
(int|false) Unix timestamp representing last access time, false on failure.
源文件
文件: gc-admin/includes/class-gc-filesystem-ftpext.php
public function atime( $file ) {
return false;
}