add modifier 'public' for all methods. add versions.xml. complete 'Runtime Configuration'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341081 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Timandes White 2016-11-20 15:02:20 +00:00
parent 7385e38407
commit e229fc66c2
20 changed files with 72 additions and 5 deletions

View file

@ -58,7 +58,7 @@
</term>
<listitem>
<para>
TODO:
Default the timeout for any ZooKeeper session.
</para>
</listitem>
</varlistentry>
@ -70,7 +70,7 @@
</term>
<listitem>
<para>
TODO:
Enable PHP session locking.
</para>
</listitem>
</varlistentry>
@ -82,7 +82,7 @@
</term>
<listitem>
<para>
TODO:
PHP Session spin lock retry wait time in microseconds. Be carefull when setting this value. Valid values are integers, where 0 is interpreted as the default value. Negative values result in a reduces locking to a try lock.
</para>
</listitem>
</varlistentry>

View file

@ -0,0 +1,47 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 295472 $ -->
<!--
Do NOT translate this file
-->
<versions>
<function name='zookeeper' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::addauth' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::connect' from='PECL zookeeper &gt;= 0.2.0'/>
<function name='zookeeper::__construct' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::create' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::delete' from='PECL zookeeper &gt;= 0.2.0'/>
<function name='zookeeper::exists' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::get' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::getacl' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::getclientid' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::getrecvtimeout' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::getstate' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::isrecoverable' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::set' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::setacl' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::setdebuglevel' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::setdeterministicconnorder' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::setlogstream' from='PECL zookeeper &gt;= 0.1.0'/>
<function name='zookeeper::setwatcher' from='PECL zookeeper &gt;= 0.1.0'/>
</versions>
<!-- 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:"~/.phpdoc/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

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::addAuth</methodname>
<methodparam><type>string</type><parameter>scheme</parameter></methodparam>
<methodparam><type>string</type><parameter>cert</parameter></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>void</type><methodname>Zookeeper::connect</methodname>
<methodparam><type>string</type><parameter>host</parameter></methodparam>
<methodparam choice="opt"><type>callable</type><parameter>watcher_cb</parameter><initializer>null</initializer></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis role="oop">
<modifier>public</modifier>
<methodname>Zookeeper::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>host</parameter><initializer>''</initializer></methodparam>
<methodparam choice="opt"><type>callable</type><parameter>watcher_cb</parameter><initializer>null</initializer></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>string</type><methodname>Zookeeper::create</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::delete</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>version</parameter><initializer>-1</initializer></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::exists</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam choice="opt"><type>callable</type><parameter>watcher_cb</parameter><initializer>null</initializer></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>string</type><methodname>Zookeeper::get</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam choice="opt"><type>callable</type><parameter>watcher_cb</parameter><initializer>null</initializer></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>array</type><methodname>Zookeeper::getAcl</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>int</type><methodname>Zookeeper::getClientId</methodname>
<void />
</methodsynopsis>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>int</type><methodname>Zookeeper::getRecvTimeout</methodname>
<void />
</methodsynopsis>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>int</type><methodname>Zookeeper::getState</methodname>
<void />
</methodsynopsis>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::isRecoverable</methodname>
<void />
</methodsynopsis>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::set</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::setAcl</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam><type>int</type><parameter>version</parameter></methodparam>

View file

@ -10,7 +10,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>static</modifier><type>bool</type><methodname>Zookeeper::setDebugLevel</methodname>
<modifier>public</modifier>
<modifier>static</modifier>
<type>bool</type><methodname>Zookeeper::setDebugLevel</methodname>
<methodparam><type>int</type><parameter>logLevel</parameter></methodparam>
</methodsynopsis>
</refsect1>

View file

@ -10,7 +10,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>static</modifier><type>bool</type><methodname>Zookeeper::setDeterministicConnOrder</methodname>
<modifier>public</modifier>
<modifier>static</modifier>
<type>bool</type><methodname>Zookeeper::setDeterministicConnOrder</methodname>
<methodparam><type>bool</type><parameter>yesOrNo</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::setLogStream</methodname>
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
</methodsynopsis>

View file

@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
<modifier>public</modifier>
<type>bool</type><methodname>Zookeeper::setWatcher</methodname>
<methodparam><type>callable</type><parameter>watcher_cb</parameter></methodparam>
</methodsynopsis>