PHP Velho Oeste 2024

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.

add a note add a note

User Contributed Notes

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