SplFileInfo::getATime

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getATimeGets last access time of the file

Descrierea

public SplFileInfo::getATime ( ) : int

Gets the last access time for the file.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns the time the file was last accessed.

Erori/Excepții

Throws RunTimeException on error.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top