(PECL pecl_http >= 0.1.0)
http_send_last_modified — Send Last-Modified
Send a Last-Modified header with a valid HTTP date.
Note: 이 함수는 다음 함수와 함께 사용해야 합니다: http_send_data(), http_seld_file() 그리고 http_send_stream().
a Unix timestamp, converted to a valid HTTP date; if omitted, the current time will be sent
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.