php man page for solr_get_version

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 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
hex2bin(3) - php
set_magic_quotes_runtime(3) - php
cairo_image_surface_create_for_data(3) - php
cairo_pattern_add_color_stop_rgba(3) - php
fileowner(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch