Forum und email

http_send_last_modified

(PECL pecl_http:0.1.0-1.5.5)

http_send_last_modified — Send Last-Modified

설명

bool http_send_last_modified ([ int $timestamp ] )

Send a Last-Modified header with a valid HTTP date.

Note: 이 함수는 다음 함수와 함께 사용합니다: http_send_data(), http_seld_file() 그리고 http_send_stream().

매개변수

timestamp

a Unix timestamp, converted to a valid HTTP date; if omitted, the current time will be sent

반환값

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

참고