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.