update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoUpdateBatch class

The MongoUpdateBatch class

(PECL mongo >=1.5.0)

소개

Constructs a batch of UPDATE operations. See MongoWriteBatch.

클래스 개요

MongoUpdateBatch 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