File Directory Php

$last_access = fileatime('l.php');
$last_modification = filemtime('m.php');
$last_change = filectime('c.php');
?>