solr_get_version
(PECL solr >= 0.9.1)
solr_get_version — Apache Solr 拡張モジュールの現行バージョンを返す
パラメータ
この関数にはパラメータはありません。
戻り値
成功時に文字列、失敗時に false
を返します。
エラー / 例外
この関数はエラーや例外をスローしません。
例
例1 solr_get_version() の例
<?php
$solr_version = solr_get_version();
print $solr_version;
?>
上の例の出力は、 たとえば以下のようになります。
0.9.6
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google