Clase pentru operațiuni în lot (batch)
PHP Manual

The MongoInsertBatch class

(PECL mongo >=1.5.0)

Introducere

Constructs a batch of INSERT operations. See MongoWriteBatch.

Sinopsisul clasei

MongoInsertBatch extends MongoWriteBatch {
/* Metode */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* Metode moștenite */
public bool MongoWriteBatch::add ( array $item )
final public array MongoWriteBatch::execute ( array $write_options )
}

Cuprins


Clase pentru operațiuni în lot (batch)
PHP Manual