Batch Classes
PHP Manual

The MongoUpdateBatch class

(PECL mongo >=1.5.0)

Введение

Constructs a batch of UPDATE operations. See MongoWriteBatch.

Обзор классов

MongoUpdateBatch 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