HttpMessage::setResponseCode

(PECL pecl_http >= 0.10.0)

HttpMessage::setResponseCodeSet response code

說明

public bool HttpMessage::setResponseCode ( int $code )

Set the response code of an HTTP Response Message.

參數

code

HTTP response code

回傳值

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top