mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313238 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6dc336f073
commit
3b6540c7b9
6 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>Mongo::setSlaveOkay</methodname>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>ok</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>ok</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>MongoCollection::ensureIndex</methodname>
|
||||
<methodparam><type>array</type><parameter>keys</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
A unique index cannot be created on a field if multiple existing documents do
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>MongoCollection::setSlaveOkay</methodname>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>ok</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>ok</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>MongoDate::__construct</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sec</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>usec</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sec</parameter><initializer>time()</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>usec</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates a new date. If no parameters are given, the current time is used.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>MongoDB::setSlaveOkay</methodname>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>ok</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>ok</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>MongoTimestamp::__construct</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sec</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sec</parameter><initializer>time()</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>inc</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue