HttpResponse::setLastModified
(PECL pecl_http >= 0.12.0)
HttpResponse::setLastModified — Set 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를 반환합니다.
참고
- HttpResponse::getLastModified() - Get last modified
- HttpResponse::getETag() - Get ETag
- HttpResponse::setETag() - Set ETag
There are no user contributed notes for this page.
