<?php
/**
 * Helper autocomplete for php solr extension.
 *
 * @author Pierre-Julien Mazenot <pj.mazenot@gmail.com>
 * @link   https://github.com/pjmazenot/phpsolr-phpdoc
 */

/**
 * (PECL solr &gt;= 0.9.1)<br/>
 * Returns the current version of the Apache Solr extension
 * @link https://php.net/manual/en/function.solr-get-version.php
 * @return string|false <p>
 * It returns a string on success and <b>FALSE</b> on failure.
 * </p>
 */
function solr_get_version() {}