SolrClient::getDebug
PHP Manual
PHP Manual»SolrClient»SolrClient::getDebug

SolrClient::getDebug

(PECL solr >= 0.9.7)

SolrClient::getDebugReturns the debug data for the last connection attempt

Açıklama

public function SolrClient::getDebug(): string

Returns the debug data for the last connection attempt

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns a string on success and null if there is nothing to return.

To Top