PHP-Handbuch Funktionsreferenz Datenbankerweiterungen Anbieterspezifische Datenbankerweiterungen Mongo Batch Classes MongoInsertBatch MongoWriteBatch::execute MongoInsertBatch::__construct The MongoInsertBatch class (PECL mongo >=1.5.0) Einführung Constructs a batch of INSERT operations. See MongoWriteBatch. Klassenbeschreibung MongoInsertBatch 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 ) } InhaltsverzeichnisMongoInsertBatch::__construct — Description