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