Query: solr_get_version
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOLR_GET_VERSION(3) 1 SOLR_GET_VERSION(3) solr_get_version - Returns the current version of the Apache Solr extensionSYNOPSISstring solr_get_version (void )DESCRIPTIONThis function returns the current version of the extension as a string.PARAMETERSThis function has no parameters.RETURN VALUESIt returns a string on success and FALSE on failure.ERRORS/EXCEPTIONS This function throws no errors or exceptions.EXAMPLESExample #1 solr_get_version(3) example <?php $solr_version = solr_get_version(); print $solr_version; ?> The above example will output something similar to: 0.9.6SEE ALSOSolrUtils.getSolrVersion(3). PHP Documentation Group SOLR_GET_VERSION(3)