PHP Velho Oeste 2024

La classe MongoInsertBatch

(PECL mongo >=1.5.0)

Introduction

Construit un lot d'opérations d'INSERT. Voir la méthode MongoWriteBatch.

Synopsis de la classe

MongoInsertBatch extends MongoWriteBatch {
/* Méthodes */
public __construct ( MongoCollection $collection [, array $write_options ] )
/* Méthodes héritées */
public MongoWriteBatch::add ( array $item ) : bool
final public MongoWriteBatch::execute ( array $write_options ) : array
}

Sommaire

add a note add a note

User Contributed Notes

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