update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoDeleteBatch class

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