Batch Classes
PHP Manual

The MongoUpdateBatch class

(PECL mongo >=1.5.0)

Introduzione

Constructs a batch of UPDATE operations. See MongoWriteBatch.

Sommario dellla classe

MongoUpdateBatch extends MongoWriteBatch {
/* Metodi */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* Metodi ereditati */
public bool MongoWriteBatch::add ( array $item )
final public array MongoWriteBatch::execute ( array $write_options )
}

Indice dei contenuti


Batch Classes
PHP Manual