public function Apache_Solr_Response::getHttpStatusMessage in Apache Solr Search 5
Get the HTTP status message of the response
Return value
string
File
- SolrPhpClient/
Apache/ Solr/ Response.php, line 161
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 getHttpStatusMessage() {
return $this->_httpStatusMessage;
}