MongoWriteBatch::addAdds a write operation to a batch Description
public bool MongoWriteBatch::add
( array
$item
)Adds a write operation to the batch.
If Parameters
Return Values
Returns Errors/Exceptions
ExamplesExample #1 MongoWriteBatch::add example Batching up multiple insert operations
<?php Example #2 MongoWriteBatch::add example Batching up multiple update operations
<?php Example #3 MongoWriteBatch::add example Batching up multiple delete operations
<?php |