SplFileInfo::getATime

(PHP 5 >= 5.1.2)

SplFileInfo::getATimeGets last access time of the file

Опис

public int SplFileInfo::getATime ( void )

Gets the last access time for the file.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns the time the file was last accessed.

Помилки/Винятки

Throws RunTimeException on error.

Прогляньте Також

add a note add a note

User Contributed Notes

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