Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

solrpingresponse(3) [php man page]

SOLRPINGRESPONSE(3)							 1						       SOLRPINGRESPONSE(3)

The SolrPingResponse class

INTRODUCTION
Represents a response to a ping request to the server CLASS SYNOPSIS
SolrPingResponse final SolrPingResponseextends SolrResponse Constants o const integer$SolrPingResponse::PARSE_SOLR_OBJ0 o const integer$SolrPingResponse::PARSE_SOLR_DOC1 Properties Methods o public SolrPingResponse::__construct (void ) o public void SolrPingResponse::__destruct (void ) o public string SolrPingResponse::getResponse (void ) Inherited methods o public string SolrResponse::getDigestedResponse (void ) o public int SolrResponse::getHttpStatus (void ) o public string SolrResponse::getHttpStatusMessage (void ) o public string SolrResponse::getRawRequest (void ) o public string SolrResponse::getRawRequestHeaders (void ) o public string SolrResponse::getRawResponse (void ) o public string SolrResponse::getRawResponseHeaders (void ) o public string SolrResponse::getRequestUrl (void ) o public SolrObject SolrResponse::getResponse (void ) o public bool SolrResponse::setParseMode ([int $parser_mode]) o public bool SolrResponse::success (void ) PROPERTIES
o $http_status -The http status of the response. o $parser_mode -Whether to parse the solr documents as SolrObject or SolrDocument instances. o $success -Was there an error during the request o $http_status_message -Detailed message on http status o $http_request_url -The request URL o $http_raw_request_headers -A string of raw headers sent during the request o $http_raw_request -The raw request sent to the server o $http_raw_response_headers -Response headers from the Solr server o $http_raw_response -The response message from the server o $http_digested_response -The response in PHP serialized format. PREDEFINED CONSTANTS
SOLRPINGRESPONSE CLASS CONSTANTS
o SolrPingResponse::PARSE_SOLR_OBJ -Documents should be parsed as SolrObject instances o SolrPingResponse::PARSE_SOLR_DOC -Documents should be parsed as SolrDocument instances. PHP Documentation Group SOLRPINGRESPONSE(3)

Check Out this Related Man Page

YAF_REQUEST_SIMPLE(3)							 1						     YAF_REQUEST_SIMPLE(3)

The Yaf_Request_Simple class

INTRODUCTION
Yaf_Request_Simple is particularlly used for test puporse. ie. simulate some espacial request under CLI mode. CLASS SYNOPSIS
Yaf_Request_Simple Yaf_Request_Simpleextends Yaf_Request_Abstract Constants o const string$Yaf_Request_Simple::SCHEME_HTTPhttp o const string$Yaf_Request_Simple::SCHEME_HTTPShttps Properties Methods o private void Yaf_Request_Simple::__clone (void ) o Yaf_Request_Simple::__construct (void ) o public void Yaf_Request_Simple::get (void ) o public void Yaf_Request_Simple::getCookie (void ) o public void Yaf_Request_Simple::getFiles (void ) o public void Yaf_Request_Simple::getPost (void ) o public void Yaf_Request_Simple::getQuery (void ) o public void Yaf_Request_Simple::getRequest (void ) o public void Yaf_Request_Simple::isXmlHttpRequest (void ) Inherited methods o public void Yaf_Request_Abstract::getActionName (void ) o public void Yaf_Request_Abstract::getBaseUri (void ) o public void Yaf_Request_Abstract::getControllerName (void ) o public void Yaf_Request_Abstract::getEnv (string $name, [string $default]) o public void Yaf_Request_Abstract::getException (void ) o public void Yaf_Request_Abstract::getLanguage (void ) o public void Yaf_Request_Abstract::getMethod (void ) o public void Yaf_Request_Abstract::getModuleName (void ) o public void Yaf_Request_Abstract::getParam (string $name, [string $default]) o public void Yaf_Request_Abstract::getParams (void ) o public void Yaf_Request_Abstract::getRequestUri (void ) o public void Yaf_Request_Abstract::getServer (string $name, [string $default]) o public void Yaf_Request_Abstract::isCli (void ) o public void Yaf_Request_Abstract::isDispatched (void ) o public void Yaf_Request_Abstract::isGet (void ) o public void Yaf_Request_Abstract::isHead (void ) o public void Yaf_Request_Abstract::isOptions (void ) o public void Yaf_Request_Abstract::isPost (void ) o public void Yaf_Request_Abstract::isPut (void ) o public void Yaf_Request_Abstract::isRouted (void ) o public void Yaf_Request_Abstract::isXmlHttpRequest (void ) o public void Yaf_Request_Abstract::setActionName (string $action) o public bool Yaf_Request_Abstract::setBaseUri (string $uir) o public void Yaf_Request_Abstract::setControllerName (string $controller) o public void Yaf_Request_Abstract::setDispatched (void ) o public void Yaf_Request_Abstract::setModuleName (string $module) o public void Yaf_Request_Abstract::setParam (string $name, [string $value]) o public void Yaf_Request_Abstract::setRequestUri (string $uir) o public void Yaf_Request_Abstract::setRouted ([string $flag]) PROPERTIES
o $module - o $controller - o $action - o $method - o $params - o $language - o $_exception - o $_base_uri - o $uri - o $dispatched - o $routed - PREDEFINED CONSTANTS
o Yaf_Request_Simple::SCHEME_HTTP - o Yaf_Request_Simple::SCHEME_HTTPS - PHP Documentation Group YAF_REQUEST_SIMPLE(3)
Man Page