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