HttpMessage::setResponseCode
Set response code
&reftitle.description;
public
boolHttpMessage::setResponseCode
intcode
Set the response code of an HTTP Response Message.
&reftitle.parameters;
code
HTTP response code
&reftitle.returnvalues;
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).