HttpRequest
PHP Manual

HttpRequest::getRawResponseMessage

(PECL pecl_http >= 0.21.0)

HttpRequest::getRawResponseMessageGet raw response message

说明

public string HttpRequest::getRawResponseMessage ( void )

Get the entire HTTP response.

参数

返回值

Returns the complete web server response, including the headers in a form of a string.


HttpRequest
PHP Manual