Batch Classes
PHP Manual

The MongoInsertBatch class

(PECL mongo >=1.5.0)

導入

Constructs a batch of INSERT operations. See MongoWriteBatch.

クラス概要

MongoInsertBatch extends MongoWriteBatch {
/* メソッド */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* 継承したメソッド */
public bool MongoWriteBatch::add ( array $item )
final public array MongoWriteBatch::execute ( array $write_options )
}

目次


Batch Classes
PHP Manual