HTTP_Download::setLastModified

HTTP_Download::setLastModified()

HTTP_Download::setLastModified() --  Set "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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.