* Set Last-Modified HTTP Response Header * * Set the HTTP 'Last-Modified' header and stop if a conditional * GET request's `If-Modified-Since` header matches the last modified time * of the resource. The `time` argument is a UNIX timestamp integer value. * When the current request includes an 'If-Modified-Since' header that * matches the specified last modified time,
( $time )