PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DirectoryIterator::getCTime> <DirectoryIterator::current
Last updated: Fri, 10 Oct 2008

view this page in

DirectoryIterator::getATime

(PHP 5 >= 5.0.2)

DirectoryIterator::getATimeファイルの最終アクセス時刻を取得する

説明

int DirectoryIterator::getATime ( void )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

ファイルの最終アクセス時刻を取得します。

パラメータ

この関数にはパラメータはありません。

返り値

ファイルの最終アクセス時刻を返します。



add a note add a note User Contributed Notes
DirectoryIterator::getATime
petweb at quaint dot info
15-Aug-2008 06:21
Note that, as with filetime, the returned value is a Unix timestamp. So it can be used with the date() function;

date ("F d Y H:i:s.", filemtime($file->getATime()));

DirectoryIterator::getCTime> <DirectoryIterator::current
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites