PHP fileatime May 11, 2012 Pramod T P It returns last access time of file Example <?php echo date(“D m Y”,fileatime(“test.txt”)); ?> Output Fri 05 2007