(PECL mongo >= 1.5.0)
Creates a new batch of write operations
protected MongoWriteBatch::__construct ( MongoCollection $collection [, string $batch_type [, array $write_options ]] )
Constructs a new MongoWriteBatch.
Note:
This is a protected constructor. Please use one of the classes inheriting MongoWriteBatch.
Parameters:
collection
The MongoCollection to execute the batch on. Its