Clase HttpMessage
PHP Manual

HttpMessage::setResponseStatus

(PECL pecl_http >= 0.23.0)

HttpMessage::setResponseStatusSet response status

Descripción

public bool HttpMessage::setResponseStatus ( string $status )

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

Parámetros

status

the response status text

Valores devueltos

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


Clase HttpMessage
PHP Manual