Batch Classes
PHP Manual

The MongoDeleteBatch class

(PECL mongo >=1.5.0)

Einführung

Constructs a batch of DELETE operations. See MongoWriteBatch.

Klassenbeschreibung

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

Inhaltsverzeichnis


Batch Classes
PHP Manual