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

Note

This function can not be called statically.