HttpMessage::setResponseStatus

(no version information, might be only in CVS)

HttpMessage::setResponseStatus -- Set response status

Leírás

publicbool HttpMessage::setResponseStatus ( string status )

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

Paraméterek

status

the response status text

Visszatérési értékek

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