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.

Set content type (Previous) Set content disposition (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.