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