|
HttpMessage::setResponseStatus(PECL pecl_http >= 0.23.0) HttpMessage::setResponseStatus — Set response status Описание
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. |
|