The HttpResponse
PHP Manual

HttpResponse::setLastModified

(PECL pecl_http >= 0.12.0)

HttpResponse::setLastModifiedSet last modified

설명

static bool HttpResponse::setLastModified ( int $timestamp )

Set a custom Last-Modified date.

인수

timestamp

Unix timestamp representing the last modification time of the sent entity

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고


The HttpResponse
PHP Manual