Represents a Solr response. Parses the raw response into a set of stdClass objects and associative arrays for easy access.
Currently requires json_decode which is bundled with PHP >= 5.2.0, Alternatively can be installed with PECL. Zend Framework also includes a purely PHP solution.
Located in /Response.php (line 32)
Constructor. Takes the raw HTTP response body and the exploded HTTP headers
Get character encoding of this response. Should usually be utf-8, but just in case
Get the HTTP status message of the response
Get the raw response as it was given to this object
Magic get to expose the parsed data and to lazily load it
Documentation generated on Tue, 02 Oct 2007 12:55:38 -0400 by phpDocumentor 1.4.0