mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix param description and types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288031 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c889127223
commit
7b851e3fa1
2 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
<modifier>public</modifier> <type>TokyoTyrant</type><methodname>TokyoTyrant::connect</methodname>
|
||||
<methodparam><type>string</type><parameter>host</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>persistent</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Connects to a remote database
|
||||
|
@ -44,7 +44,7 @@
|
|||
<term><parameter>persistent</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to create a persistent connection. Default: &true;
|
||||
Connection options: timeout (default: 5.0) and persistent (default: &true;)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<methodname>TokyoTyrant::__construct</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>host</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>persistent</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Constructs a new TokyoTyrant object and optionally connects to the database
|
||||
|
@ -41,10 +41,10 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>persistent</parameter></term>
|
||||
<term><parameter>options</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to create a persistent connection. Default: &true;
|
||||
Connection options: timeout (default: 5.0) and persistent (default: &true;)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue