SplFileInfo::getATime

(PHP 5 >= 5.1.2, PHP 7, PHP 8)

SplFileInfo::getATimeGets last access time of the file

Description

public SplFileInfo::getATime(): int|false

Gets the last access time for the file.

Parameters

This function has no parameters.

Return Values

Returns the time the file was last accessed on success, or false on failure.

Errors/Exceptions

Throws RunTimeException on error.

See Also