array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'solrclient.getoptions.php', 1 => 'SolrClient::getOptions', 2 => 'Returns the client options set internally', ), 'up' => array ( 0 => 'class.solrclient.php', 1 => 'SolrClient', ), 'prev' => array ( 0 => 'solrclient.getdebug.php', 1 => 'SolrClient::getDebug', ), 'next' => array ( 0 => 'solrclient.optimize.php', 1 => 'SolrClient::optimize', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrclient/getoptions.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrClient::getOptions

(PECL solr >= 0.9.6)

SolrClient::getOptionsReturns the client options set internally

Beschreibung

public SolrClient::getOptions(): array

Returns the client options set internally. Very useful for debugging. The values returned are readonly and can only be set when the object is instantiated.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an array containing all the options for the SolrClient object set internally.

Siehe auch