update : 2015.11.03
php.shukuma.com검색:
|
MongoWriteBatch::add(PECL mongo >= 1.5.0) MongoWriteBatch::add — Adds a write operation to a batch 설명
public bool MongoWriteBatch::add
( array
$item
)Adds a write operation to the batch.
If 인수
반환값
Returns 오류/예외예제Example #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 |