We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56e8b7e + 5772c11 commit 1ee15acCopy full SHA for 1ee15ac
docs/includes/apiargs-MongoDBCollection-common-option.yaml
@@ -2,8 +2,11 @@ arg_name: option
2
name: arrayFilters
3
type: array
4
description: |
5
- An array of filter documents that determines which array elements to modify
6
- for an update operation on an array field.
+ An array of filter documents that determines which array elements to modify
+ for an update operation on an array field.
7
+
8
+ This is not supported for server versions prior to 3.6 and will result in an
9
+ exception at execution time if used.
10
interface: phpmethod
11
operation: ~
12
optional: true
0 commit comments