getlastmod()
getlastmod - Gets time of last page modification
Syntax
int getlastmod ()
Arguments
-
Description
Gets the time of the last modification of the current page.
Version
PHP 4, 5
Return value
Returns the time of the last modification of the current page. The value returned is a Unix timestamp, suitable for feeding to date(). Returns FALSE on error.