MongoWriteBatch::addAdds a write operation to a batch 説明
public bool MongoWriteBatch::add
( array
$item
)Adds a write operation to the batch.
If パラメータ
返り値
Returns エラー / 例外
例例1 MongoWriteBatch::add example Batching up multiple insert operations
<?php 例2 MongoWriteBatch::add example Batching up multiple update operations
<?php 例3 MongoWriteBatch::add example Batching up multiple delete operations
<?php |