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 — Envoi le statut réponse HTTP
$status
)Envoi le code statut HTTP.
status
code statut HTTP (100-599)
Cette fonction retourne TRUE
en cas de
succès ou FALSE
si une erreur survient.
See also http_response_code. It performs much the same function; and its notes describe response codes in detail.