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 |