solr_get_version(3) php man page | unix.com

Man Page: solr_get_version

Operating Environment: php

Section: 3

SOLR_GET_VERSION(3)							 1						       SOLR_GET_VERSION(3)

solr_get_version - Returns the current version of the Apache Solr extension

SYNOPSIS
string solr_get_version (void )
DESCRIPTION
This function returns the current version of the extension as a string.
PARAMETERS
This function has no parameters.
RETURN VALUES
It returns a string on success and FALSE on failure.
ERRORS
/EXCEPTIONS This function throws no errors or exceptions.
EXAMPLES
Example #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.6
SEE ALSO
SolrUtils.getSolrVersion(3). PHP Documentation Group SOLR_GET_VERSION(3)
Related Man Pages
phpversion(3) - php
apache_response_headers(3) - php
cairo_surface_mark_dirty_rectangle(3) - php
cairo_pattern_add_color_stop_rgba(3) - php
xmlrpc_set_type(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun