PHP » GoLang |
login |
register |
about
|
GoLang MongoWriteBatch::add
request it (384)
GoLang replacement for PHP's MongoWriteBatch::add
[edit | history]
MongoWriteBatch::add(PECL mongo >= 1.5.0) MongoWriteBatch::add — Adds 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/ExceptionsExamplesExample #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 |
more
Recently updated
more
Most requested
more
Last requests
|