The MongoDeleteBatch class

(PECL mongo >=1.5.0)

소개

Constructs a batch of DELETE operations. See MongoWriteBatch.

클래스 개요

MongoDeleteBatch extends MongoWriteBatch {
/* 메소드 */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* 상속된 메소드 */
public bool MongoWriteBatch::add ( array $item )
final public array MongoWriteBatch::execute ( array $write_options )
}

Table of Contents

add a note add a note

User Contributed Notes

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