Files in Current Directory Sorted by Last Modification Time

"; foreach ($files_by_mtime as $mtime => $files_array) { foreach ($files_array as $file) { echo "
  • " . htmlspecialchars($file) . " - Last Modified: " . date("Y-m-d H:i:s", $mtime) . "
  • "; } } echo ""; } ?>