HttpMessage::setResponseCode

 public bool HttpMessage::setResponseCode ( int $code ) 

説明

Set the response code of an HTTP Response Message.

戻り値

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).