PHP-Handbuch Funktionsreferenz Datenbankerweiterungen Anbieterspezifische Datenbankerweiterungen Mongo Batch Classes MongoUpdateBatch MongoInsertBatch::__construct MongoUpdateBatch::__construct The MongoUpdateBatch class (PECL mongo >=1.5.0) Einführung Constructs a batch of UPDATE operations. See MongoWriteBatch. Klassenbeschreibung MongoUpdateBatch extends MongoWriteBatch { /* Methoden */ public __construct ( MongoCollection $collection [, array $write_options ] ) /* Geerbte Methoden */ public bool MongoWriteBatch::add ( array $item ) final public array MongoWriteBatch::execute ( array $write_options ) } InhaltsverzeichnisMongoUpdateBatch::__construct — Description