demo_func_filesystem_fileatime.php:
<!DOCTYPE html> <html> <body> <?php echo fileatime("webdictionary.txt"); echo "<br>"; echo "Last access: ".date("F d Y H:i:s.", fileatime("webdictionary.txt")); ?> </body> </html>