PHP Doku:: Returns the current version of the Apache Solr extension - function.solr-get-version.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrSolr Funktionensolr_get_version

Ein Service von Reinhard Neidl - Webprogrammierung.

Solr Funktionen

<<Solr Funktionen

Beispiele>>

solr_get_version

(PECL solr >= 0.9.1)

solr_get_versionReturns the current version of the Apache Solr extension

Beschreibung

string solr_get_version ( void )

This function returns the current version of the extension as a string.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

It returns a string on success and FALSE on failure.

Fehler/Exceptions

This function throws no errors or exceptions.

Beispiele

Beispiel #1 solr_get_version() example

Any text that describes the purpose of the example, or what goes on in the example should be here.

<?php

$solr_version 
solr_get_version();

print 
$solr_version;

?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:


0.9.6

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)