lastModified()
lastModified(integer $timestamp, string $identifier = "", boolean $strict = false) : boolean
Sets http response headers "last-modified" and "etag"
This function also checks if the client cached version of the requested site
is still up to date by comparing last-modified and/or etag headers of server
and client (in stict mode both have to match) for a given last modification
timestamp and identifier (optional). If this client cached version is up to
date the status header 304 (not modified) will be set and the program will be
terminated.
Parameters
integer |
$timestamp |
late modification timestamp |
string |
$identifier |
additional identifier (optional, default: "") |
boolean |
$strict |
use strict mode (optional, default: false) |
Returns
boolean
— true if headers could be set, otherwise false