Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401]
(no description)
File Size: | 146 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ModifyCollection:: (3 methods):
__construct()
execute()
createOptions()
Class: ModifyCollection - X-Ref
Operation for the collMod command.__construct($databaseName, $collectionName, array $collectionOptions, array $options = []) X-Ref |
Constructs a collMod command. Supported options: * session (MongoDB\Driver\Session): Client session. Sessions are not supported for server versions < 3.6. * typeMap (array): Type map for BSON deserialization. This will only be used for the returned command result document. * writeConcern (MongoDB\Driver\WriteConcern): Write concern. This is not supported for server versions < 3.2 and will result in an exception at execution time if used. param: string $databaseName Database name param: string $collectionName Collection or view to modify param: array $collectionOptions Collection or view options to assign param: array $options Command options |
execute(Server $server) X-Ref |
Execute the operation. param: Server $server return: array|object Command result document |
createOptions() X-Ref |
Create options for executing the command. return: array |