SolrUtils::getSolrVersion
PHP Manual
PHP Manual»SolrUtils»SolrUtils::getSolrVersion

SolrUtils::getSolrVersion

(PECL solr >= 0.9.2)

SolrUtils::getSolrVersionReturns the current version of the Solr extension

Beschreibung

public static function SolrUtils::getSolrVersion(): string

Returns the current Solr version.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The current version of the Apache Solr extension.

To Top