Php/docs/class.mongoupdatebatch

From Get docs

(PECL mongo >=1.5.0)

Introduction

Constructs a batch of UPDATE operations. See MongoWriteBatch.


Class synopsis


MongoUpdateBatch extends MongoWriteBatch {

/* Methods */

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

/* Inherited methods */

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

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

}

Table of Contents