http_send_status

(PECL pecl_http >= 0.1.0)

http_send_statusSend HTTP response status

Beskrivelse

bool http_send_status ( int $status )

Send HTTP status code.

Parametre

status

HTTP status code (100-599)

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top