HttpMessage::setResponseStatus

 public bool HttpMessage::setResponseStatus ( string $status ) 

説明

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

戻り値

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