The MongoDeleteBatch class

(PECL mongo >=1.5.0)

Wstęp

Constructs a batch of DELETE operations. See MongoWriteBatch.

Krótki opis klasy

MongoDeleteBatch extends MongoWriteBatch {
/* Metody */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* Metody dziedziczone */
public MongoWriteBatch::add ( array $item ) : bool
final public MongoWriteBatch::execute ( array $write_options ) : array
}

Spis treści

add a note add a note

User Contributed Notes

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