- класс
ConnectionResponse
(php\jsoup\ConnectionResponse
) - исходники
php/jsoup/ConnectionResponse.php
Описание
Class ConnectionResponse
->
headers()
->
cookies()
->
statusCode()
- Get the status code of the response.->
statusMessage()
- Get the status message of the response.->
charset()
->
body()
->
bodyAsBytes()
->
contentType()
- Get the response content type (e.g. "text/html");->
parse()
headers(): array
cookies(): array
statusCode(): int
Get the status code of the response.
statusMessage(): string
Get the status message of the response.
charset(): string
body(): string
bodyAsBytes(): string
contentType(): string
Get the response content type (e.g. "text/html");
parse(): Document