PHP Velho Oeste 2024

HttpMessage::setResponseStatus

(PECL pecl_http >= 0.23.0)

HttpMessage::setResponseStatusSet response status

Descrierea

public bool HttpMessage::setResponseStatus ( string $status )

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

Parametri

status

the response status text

Valorile întoarse

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

add a note add a note

User Contributed Notes

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