©
本文档使用
php.cn手册 发布
(PECL pecl_http >= 0.10.0)
HttpMessage::setResponseCode — Set response code
$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).