SplFileInfo::getATime
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
SplFileInfo::getATime — Gets last access time of the file
Beschreibung
Gets the last access time for the file.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns the time the file was last accessed on success, or false
on failure.
Fehler/Exceptions
Throws RunTimeException on error.