PHP Dokumentation: Function httpmessage-setresponsestatus
12. Januar 2010 von werner
HttpMessage::setResponseStatus
(PECL pecl_http >= 0.23.0)
HttpMessage::setResponseStatus — Set response status
Beschreibung
public bool HttpMessage::setResponseStatus ( string $status )
Set the Response Status of the HTTP message (i.e. the string following the response code).
Parameter-Liste
- status
the response status text
Rückgabewerte
Returns TRUE on success or FALSE if the message is not of type HttpMessage::TYPE_RESPONSE.