HttpMessage::setType> <HttpMessage::setResponseCode
Last updated: Fri, 24 Feb 2012

HttpMessage::setResponseStatus

(PECL pecl_http >= 0.23.0)

HttpMessage::setResponseStatusSet response status

Descrição

public bool HttpMessage::setResponseStatus ( string $status )

Set the Response Status of the HTTP message (i.e. the string following the response code).

Parâmetros

status

the response status text

Valor Retornado

Returns TRUE on success or FALSE if the message is not of type HttpMessage::TYPE_RESPONSE.



User Contributed Notes
HttpMessage::setResponseStatus
There are no user contributed notes for this page.

HttpMessage::setType> <HttpMessage::setResponseCode
Last updated: Fri, 24 Feb 2012