Added the SolrClient::getDebug() method

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290470 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Israel Ekpo 2009-11-10 06:50:52 +00:00
parent 27aa1ee2ba
commit c2a653a901
2 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 290125 $ -->
<refentry xml:id="solrclient.getdebug" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SolrClient::getDebug</refname>
<refpurpose>Returns the debug data for the last connection attempt</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>string</type><methodname>SolrClient::getDebug</methodname>
<void />
</methodsynopsis>
<para>
Returns the debug data for the last connection attempt
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
&no.function.parameters;
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a string on success and null if there is nothing to return.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -74,6 +74,7 @@
<function name='solrclient::__clone' from='PECL solr &gt;= 0.9.2'/>
<function name='solrclient::setservlet' from='PECL solr &gt;= 0.9.2'/>
<function name='solrclient::getoptions' from='PECL solr &gt;= 0.9.6'/>
<function name='solrclient::getdebug' from='PECL solr &gt;= 0.9.7'/>
<function name='solrclient::query' from='PECL solr &gt;= 0.9.2'/>
<function name='solrclient::adddocument' from='PECL solr &gt;= 0.9.2'/>
<function name='solrclient::adddocuments' from='PECL solr &gt;= 0.9.2'/>