ConnectionResponse

php\jsoup\ConnectionResponse

abstract class

Methods


headers()
Результат:array
cookies()
Результат:array
statusCode()

Get the status code of the response.

Результат:int
statusMessage()

Get the status message of the response.

Результат:string
charset()
Результат:string
body()
Результат:string
bodyAsBytes()
Результат:string binary string
contentType()

Get the response content type (e.g. “text/html”);

Результат:string
parse()
Результат:php\jsoup\Document