Mega Code Archive

 
Categories / Php / File Directory
 

Getlastmod() function returns the most recent modification date and time of the page

The syntax: int getlastmod (void) <?     echo "Last modified: ".date( "H:i:s a", getlastmod() ); ?>