HTTP_Client::currentResponse()

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

Synopsis

require_once 'HTTP/Client.php';

array& HTTP_Client::currentResponse ()

Beschreibung

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

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.