PHP Manual Function Reference Database Extensions Vendor Specific Database Extensions Mongo Batch Classes MongoUpdateBatch MongoInsertBatch::__construct MongoUpdateBatch::__construct The MongoUpdateBatch class (PECL mongo >=1.5.0) Introduction Constructs a batch of UPDATE operations. See MongoWriteBatch. Class synopsis MongoUpdateBatch extends MongoWriteBatch { /* Methods */ public __construct ( MongoCollection $collection [, array $write_options ] ) /* Inherited methods */ public bool MongoWriteBatch::add ( array $item ) final public array MongoWriteBatch::execute ( array $write_options ) } Table of ContentsMongoUpdateBatch::__construct — Description