getlastmod() returns to you a Unix timestamp with the last modified date. : getlastmod « File Directory « PHP






getlastmod() returns to you a Unix timestamp with the last modified date.

 
<?php 
    echo date ("F d Y H:i:s.", getlastmod()) . "<br />"; 
?>
  
  








Related examples in the same category

1.getlastmod.php
2.getlastmod() function returns the most recent modification date and time of the page
3.Getting Times and Dates of Files
4.Output the last time your script was updated