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:
Jeremy Mikola 2013-01-08 21:28:08 +00:00
parent 59f5602bf5
commit 2a331a3820

View file

@ -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>