demo_func_filesystem_filemtime.php:
<!DOCTYPE html> <html> <body> <?php echo filemtime("webdictionary.txt"); echo "<br>"; echo "Content last changed: ".date("F d Y H:i:s.", filemtime("webdictionary.txt")); ?> </body> </html>