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 — HTTP レスポンスステータスを送信する
$status
)HTTP ステータスコードを送信します。
status
HTTP ステータスコード (100-599)。
成功した場合に TRUE
を、失敗した場合に FALSE
を返します。
See also http_response_code. It performs much the same function; and its notes describe response codes in detail.