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, 18 Jul 2008

view this page in

DirectoryIterator::getATime

(PHP 5 >= 5.0.2)

DirectoryIterator::getATime — Get last access time of file

Descrizione

int DirectoryIterator::getATime ( void )
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Get the last access time of file.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The last access time of the file.



add a note add a note User Contributed Notes
DirectoryIterator::getATime
petweb at quaint dot info
16-Aug-2008 03: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, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites