MongoWriteBatch::addAdds a write operation to a batch Beschreibung
public bool MongoWriteBatch::add
( array
$item
)Adds a write operation to the batch.
If Parameter-Liste
Rückgabewerte
Returns Fehler/Exceptions
BeispieleBeispiel #1 MongoWriteBatch::add example Batching up multiple insert operations
<?phpBeispiel #2 MongoWriteBatch::add example Batching up multiple update operations
<?phpBeispiel #3 MongoWriteBatch::add example Batching up multiple delete operations
<?php |