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 )
}

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top