HTTP_Download::setLastModified
HTTP_Download::setLastModified() –
Set "Last-Modified"
Synopsis
void
HTTP_Download::setLastModified
(
int
$last_modified
)
Description
Set the time (unix timestamp) of last modification of the download.
This is usually determined by filemtime($file
) in
setFile().
Parameter
-
int
$last_modified
- unix timestamp of last modification time
Note
This function can not be called statically.