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

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrSolr Funktionensolr_get_version

Ein Service von Reinhard Neidl - Webprogrammierung.

Verdiene Geld mit Deiner Homepage oder deinem Blog: Setzte eine Textlinkwerbung und bestimme den Preis selber.
Einfach kostenlos anmelden und einen Platz auf Deiner Homepage anbieten.
Make money with your homepage or blog: Set a text link advertising and declare the price.
Register free of charge and offer a place on your homepage.
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


Verdiene Geld mit Deiner Homepage oder deinem Blog: Setzte eine Textlinkwerbung und bestimme den Preis selber.
Einfach kostenlos anmelden und einen Platz auf Deiner Homepage anbieten.
Make money with your homepage or blog: Set a text link advertising and declare the price.
Register free of charge and offer a place on your homepage.
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",...)