Php/docs/class.mongodeletebatch

提供:Dev Guides
< Php
移動先:案内検索

(PECL mongo >=1.5.0)

はじめに

Constructs a batch of DELETE operations. See MongoWriteBatch.


クラス概要


MongoDeleteBatch extends MongoWriteBatch {

/* メソッド */

public __construct ( MongoCollection $collection [, array $write_options ] )

/* 継承したメソッド */

public MongoWriteBatch::add ( array $item ) : bool

final public MongoWriteBatch::execute ( array $write_options ) : array

}

目次