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::getATime
(PHP 5 >= 5.0.2)
DirectoryIterator::getATime — Get last access time of file
Descripción
int DirectoryIterator::getATime
( void
)
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Get the last access time of file.
Lista de parámetros
This function has no parameters.
Valores retornados
The last access time of the file.
DirectoryIterator::getATime
petweb at quaint dot info
15-Aug-2008 10:21
15-Aug-2008 10:21
