Forum und email

HttpMessage::setResponseStatus

(PECL pecl_http:0.23.0-1.5.5)

HttpMessage::setResponseStatus — Set 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).

Lista de parámetros

status

the response status text

Valores retornados

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