mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix descriptions of MongoWriteBatch methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335168 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dcf567d219
commit
a5492acb76
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="mongowritebatch.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>MongoWriteBatch::__construct</refname>
|
||||
<refpurpose>Description</refpurpose>
|
||||
<refpurpose>Creates a new batch of write operations</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="mongowritebatch.execute" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>MongoWriteBatch::execute</refname>
|
||||
<refpurpose>Description</refpurpose>
|
||||
<refpurpose>Executes a batch of write operations</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>array</type><parameter>write_options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Executes the MongoWriteBath.
|
||||
Executes the batch of write operations.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue