Query: http_send_last_modified
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP_SEND_LAST_MODIFIED(3) 1 HTTP_SEND_LAST_MODIFIED(3) http_send_last_modified - Send Last-ModifiedSYNOPSISbool http_send_last_modified ([int $timestamp = time()])DESCRIPTIONSend a Last-Modified header with a valid HTTP date. Note This function should be used in conjunction with http_send_data(3), http_send_file(3) and http_send_stream(3).PARAMETERSo $timestamp - a Unix timestamp, converted to a valid HTTP date; if omitted, the current time will be sentRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOthe HttpResponse class if you are using PHP 5.1.0 and above. PHP Documentation Group HTTP_SEND_LAST_MODIFIED(3)