Summery Summery
Gets the file’s last access time.
Syntax Syntax
Parameters Parameters
- $file
-
(Required) Path to file.
Return Return
(int|false) Unix timestamp representing last access time, false on failure.
Source Source
File: wp-admin/includes/class-wp-filesystem-base.php
* * @param string $file Path to file or directory. * @return bool Whether $file is writable.
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |