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

search for in the

DirectoryIterator::getBasename> <DirectoryIterator::current
[edit] Last updated: Fri, 24 Feb 2012

view this page in

DirectoryIterator::getATime

(PHP 5)

DirectoryIterator::getATimeRetorna a data de último acesso do arquivo

Descrição

int DirectoryIterator::getATime ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Obtém o último tempo de acesso ao arquivo.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

O último tempo de acesso ao arquivo.



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()));

 
show source | credits | stats | sitemap | contact | advertising | mirror sites