From 57d928fbeabb0b2e249259d98c34147728795e99 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Wed, 24 Jan 2018 22:13:21 +0000 Subject: [PATCH] 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 --- .../mongodb/mongodb/driver/bulkwrite/update.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/reference/mongodb/mongodb/driver/bulkwrite/update.xml b/reference/mongodb/mongodb/driver/bulkwrite/update.xml index 680031fb9f..54c3b3b2cf 100644 --- a/reference/mongodb/mongodb/driver/bulkwrite/update.xml +++ b/reference/mongodb/mongodb/driver/bulkwrite/update.xml @@ -52,6 +52,16 @@ + + arrayFilters + array|object + + An array of filter documents that determines which array elements to + modify for an update operation on an array field. See + Specify arrayFilters for Array Update Operations + in the MongoDB manual for more information. + + &mongodb.option.collation; multi @@ -111,6 +121,12 @@ + + 1.4.0 + + Added the "arrayFilters" option. + + 1.2.0