ConnectionResponse¶
-
php\jsoup\ConnectionResponse abstract class
Methods
headers()¶
Результат: array
Результат: array
statusCode()¶Get the status code of the response.
Результат: int
statusMessage()¶Get the status message of the response.
Результат: string
charset()¶
Результат: string
body()¶
Результат: string
bodyAsBytes()¶
Результат: stringbinary string
contentType()¶Get the response content type (e.g. “text/html”);
Результат: string
parse()¶
Результат: php\jsoup\Document