PHP » GoLang |
login |
register |
about
|
fileatime(PHP 4, PHP 5, PHP 7) fileatime — Gets last access time of file Description
int fileatime
( string
$filename
)Gets the last access time of the given file. Parameters
Return Values
Returns the time the file was last accessed, or Examples
Example #1 fileatime() example
<?php Errors/Exceptions
Upon failure, an Notes
Tip
As of PHP 5.0.0, this function can also be used with some URL wrappers. Refer to Supported Protocols and Wrappers to determine which wrappers support stat() family of functionality. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|