* Parses an response XML string into a SolrObject * @link https://php.net/manual/en/solrutils.digestxmlresponse.php * @param string $xmlresponse

* The XML response string from the Solr server. *

* @param int $parse_mode [optional]

* Use SolrResponse::PARSE_SOLR_OBJ or SolrResponse::PARSE_SOLR_DOC *

* @return SolrObject

* Returns the SolrObject representing the XML response. *

*

* If the parse_mode parameter is set to SolrResponse::PARSE_SOLR_OBJ Solr documents will be parses as SolrObject instances. *

*

* If it is set to SolrResponse::PARSE_SOLR_DOC, they will be parsed as SolrDocument instances. *

* @throws SolrException */ public static function digestXmlResponse($xmlresponse, $parse_mode = 0) { } /** * (PECL solr >= 0.9.2)
* Escapes a lucene query string * @link https://php.net/manual/en/solrutils.escapequerychars.php * @param string $str

* This is the query string to be escaped. *

* @return string|false

* Returns the escaped string or FALSE on failure. *

*/ public static function escapeQueryChars($str) { } /** * (PECL solr >= 0.9.2)
* Returns the current version of the Solr extension * @link https://php.net/manual/en/solrutils.getsolrversion.php * @return string

* The current version of the Apache Solr extension. *

*/ public static function getSolrVersion() { } /** * (PECL solr >= 0.9.2)
* Prepares a phrase from an unescaped lucene string * @link https://php.net/manual/en/solrutils.queryphrase.php * @param string $str

* The lucene phrase. *

* @return string

* Returns the phrase contained in double quotes. *

*/ public static function queryPhrase($str) { } } __halt_compiler();----SIGNATURE:----X8cHi45LdilOSAjVwp+WfzmKTyy41lU6hDS8L3ml2qUo+VXlZbIiN5DRHgHTdVQk1DBozx/U/8wr1G+j5s0d7Lf7Oy0qGJbIa5OL5Psa/RJ49UAgVptysRTaKxGLEPMELwBSfCwzoyMxnL0S1toQS4Cv6BsUaUOMQ/KXWhEcVCs4Ok/WVUM+Fc1d1JdMHkcrZf/2u34kOFR7yeuuRncK3GqmA/uX4vY1XiyUvXobLvzg0h+NLpbcXFM5vqs2hMqSZaXafQfz+2lHmpno5J2RSDwsn0ATMxXtRURGgMMLJK3hWPdDCMhDD/wQs2FtmCi1ZpWth1RCSgKEwe2Bs802rDybXshflZg6bBflVx0D7UUbP+1jitWxLWbrxg8FsV9dtd63HYR/rRgPFHeyjIcugsE8Bs17AYW21CPtXYN9Z9zucY+lHUfhalk5tp0ch1Ri3tPwi+QMq/7iKpXJW1sIkfwQUWZPI0mR46iCSO9j3Mv9Z1BGEcvg81mBooCEioe3+0xe8bJZ10QqkKcE3OzkEvDnDqL7ktBq22XA3Rhie9gTXFFVgWoppM2EdKRqCJAvqFwOmrOQK/mA3EfETt79kG1DjBRC1zihYG3isfqz4tZQ+wEfWoPi2ilPm5D5mK/RZUKiHtscysC6Sb/uRmiNYmaLqu2hFwDpv549gUcCRVw=----ATTACHMENT:----OTU1MTQxMzMxNzIxOTM2MCAxMzcwNTkxOTcwMzY2ODAxIDIzNTE2ODY4OTM5Mzg2MjU=