(PECL solr >= 0.9.1)
solr_get_version — Returns the current version of the Apache Solr extension
This function returns the current version of the extension as a string.
У цієї функції немає параметрів.
It returns a string on success and false
on failure.
This function throws no errors or exceptions.
Приклад #1 solr_get_version() example
<?php
$solr_version = solr_get_version();
print $solr_version;
?>
Поданий вище приклад виведе щось схоже на:
0.9.6