mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
MongoDB\Driver\BulkWrite::update() arrayFilters option
https://jira.mongodb.org/browse/PHPC-975 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343868 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
df0272341e
commit
57d928fbea
1 changed files with 16 additions and 0 deletions
|
@ -52,6 +52,16 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>arrayFilters</entry>
|
||||
<entry><type>array|object</type></entry>
|
||||
<entry>
|
||||
An array of filter documents that determines which array elements to
|
||||
modify for an update operation on an array field. See
|
||||
<link xlink:href="&url.mongodb.docs.command;update/#update-command-arrayfilters">Specify arrayFilters for Array Update Operations</link>
|
||||
in the MongoDB manual for more information.
|
||||
</entry>
|
||||
</row>
|
||||
&mongodb.option.collation;
|
||||
<row>
|
||||
<entry>multi</entry>
|
||||
|
@ -111,6 +121,12 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>1.4.0</entry>
|
||||
<entry>
|
||||
Added the <literal>"arrayFilters"</literal> option.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>1.2.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue