public function Apache_Solr_Response::getHttpStatus in Apache Solr Search 5
Get the HTTP status code
Return value
integer
File
- SolrPhpClient/
Apache/ Solr/ Response.php, line 151
Class
- Apache_Solr_Response
- Represents a Solr response. Parses the raw response into a set of stdClass objects and associative arrays for easy access.
Code
public function getHttpStatus() {
return $this->_httpStatus;
}