<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.solrclient.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  '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);

?>
<div id="solrclient.getoptions" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SolrClient::getOptions</h1>
  <p class="verinfo">(PECL solr &gt;= 0.9.6)</p><p class="refpurpose"><span class="refname">SolrClient::getOptions</span> &mdash; <span class="dc-title">Returns the client options set internally</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-solrclient.getoptions-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>SolrClient::getOptions</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   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.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-solrclient.getoptions-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-solrclient.getoptions-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   Returns an array containing all the options for the SolrClient object set internally.
  </p>
 </div>

 
 <div class="refsect1 seealso" id="refsect1-solrclient.getoptions-seealso">
  <h3 class="title">参见</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="solrclient.construct.php" class="methodname" rel="rdfs-seeAlso">SolrClient::__construct()</a> - Constructor for the SolrClient object</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>