DirectoryIterator::getATime

(PHP 5 >= 5.0.2)

DirectoryIterator::getATime — Get last access time of file

Описание

int DirectoryIterator::getATime ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Get the last access time of file.

Список параметров

This function has no parameters.

Возвращаемые значения

The last access time of the file.

Коментарии

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()));
2008-08-15 21:21:29
http://php5.kiev.ua/manual/ru/directoryiterator.getatime.html

    Поддержать сайт на родительском проекте КГБ