PHP Velho Oeste 2024

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를 반환합니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top