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)
Related Man Pages |
---|
phpversion(3) - php |
ob_end_flush(3) - php |
filegroup(3) - php |
fileowner(3) - php |
xmlrpc_set_type(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
Forum Video Tutorial: How to Use Code Tags |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
New Code Tags (Syntax Highlighting) |