The HttpRequest
PHP Manual

HttpRequest::getResponseStatus

(PECL pecl_http:0.23.0-1.5.5)

HttpRequest::getResponseStatusGet response status

Описание

public string HttpRequest::getResponseStatus ( void )

Get the response status (i.e. the string after the response code) after the message has been sent.

Возвращаемые значения

Returns a string containing the response status text.


The HttpRequest
PHP Manual