(PECL mongo >= 1.5.0)
MongoDeleteBatch::__construct — Description
$collection
$write_options
Constructs a batch of DELETE operations. See MongoWriteBatch.
collection
The MongoCollection to execute the batch on. Its write concern will be copied and used as the default write concern if none is given as $write_options or during MongoWriteBatch::execute().
write_options
An array of Write Options.
TRUE
A new MongoDeleteBatch.