HttpMessage::setResponseCode

(no version information, might be only in CVS)

HttpMessage::setResponseCode -- Set response code

Leírás

publicbool HttpMessage::setResponseCode ( int code )

Set the response code of an HTTP Response Message.

Paraméterek

code

HTTP response code

Visszatérési értékek

Returns TRUE on success, or FALSE if the message is not of type HttpMessage::TYPE_RESPONSE or the response code is out of range (100-510).