HTTP_Download::setLastModified()

HTTP_Download::setLastModified() --  Set "Last-Modified"

Synopsis

void HTTP_Download::setLastModified (int $last_modified)

Beschreibung

Set the time (unix timestamp) of last modification of the download.

This is usually determined by filemtime($file) in setFile().

Parameter

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.