HTTP 함수 목록
PHP Manual

http_send_last_modified

(PECL pecl_http >= 0.1.0)

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

참고


HTTP 함수 목록
PHP Manual