* @link https://github.com/pjmazenot/phpsolr-phpdoc */ /** * (PECL solr >= 0.9.2)
* Class SolrPingResponse
* This class represents a response to a ping request to the server * @link https://php.net/manual/en/class.solrpingresponse.php */ final class SolrPingResponse extends SolrResponse { /** * (PECL solr >= 0.9.2)
* SolrPingResponse constructor. * @link https://php.net/manual/en/solrpingresponse.construct.php */ public function __construct() {} /** * (PECL solr >= 0.9.2)
* Destructor * @link https://php.net/manual/en/solrpingresponse.destruct.php */ public function __destruct() {} /** * (PECL solr >= 0.9.2)
* Returns the response from the server * @link https://php.net/manual/en/solrpingresponse.getresponse.php * @return string

* Returns an empty string. (Returns the response from the server. This should be empty because the request as a * HEAD request.) *

*/ public function getResponse() {} }