Batch Classes
PHP Manual

The MongoUpdateBatch class

(PECL mongo >=1.5.0)

Giriş

Constructs a batch of UPDATE operations. See MongoWriteBatch.

Sınıf Sözdizimi

MongoUpdateBatch extends MongoWriteBatch {
/* Yöntemler */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* Miras alınan yöntemler */
public bool MongoWriteBatch::add ( array $item )
final public array MongoWriteBatch::execute ( array $write_options )
}

İçindekiler


Batch Classes
PHP Manual