HTTP_Client::currentResponse()

HTTP_Client::currentResponse() -- Returns the most recent HTTP response

Referentiesamenvatting

require_once 'HTTP/Client.php';

array& HTTP_Client::currentResponse ()

Beschrijving

The returned array has the following keys: 'code', 'headers', 'body'.

Throws

throws no exceptions thrown

Note

Deze functie kan niet statisch worden aangeroepen.