See also http_response_code. It performs much the same function; and its notes describe response codes in detail.
(PECL pecl_http >= 0.1.0)
http_send_status — Send HTTP response status
$status
)Send HTTP status code.
status
HTTP status code (100-599)
성공 시 TRUE
를, 실패 시 FALSE
를 반환합니다.
See also http_response_code. It performs much the same function; and its notes describe response codes in detail.