mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Note that MongoDB GLE will report n=0 for insertions
https://jira.mongodb.org/browse/PHP-620 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329038 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
59f5602bf5
commit
2a331a3820
1 changed files with 3 additions and 2 deletions
|
@ -119,8 +119,9 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
If the last operation was an insert, an update or a remove, the number
|
||||
of objects affected will be returned.
|
||||
If the last operation was an update, upsert, or a remove, the number
|
||||
of documents affected will be returned. For insert operations, this value
|
||||
is always <literal>0</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue