September 2001
Intermediate to advanced
768 pages
32h 45m
English
int getlastmod(void)
Returns the modification date.
Returns:
Date; FALSE on error
Description:
This function returns the last-modified date of the executed PHP script as a UNIX timestamp. This and other related functions may not work correctly in the Win32 version of PHP.
Example:
$file = getlastmod();
echo "Last Modified: ", date("d/M/Y", $file);
|
Read now
Unlock full access