The HttpResponse
PHP Manual

HttpResponse::setLastModified

(PECL pecl_http >= 0.12.0)

HttpResponse::setLastModifiedSet last modified

Beschreibung

static bool HttpResponse::setLastModified ( int $timestamp )

Set a custom Last-Modified date.

Parameter-Liste

timestamp

Unix timestamp representing the last modification time of the sent entity

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch


The HttpResponse
PHP Manual