PHP Velho Oeste 2024

La clase MongoInsertBatch

(PECL mongo >=1.5.0)

Introducción

Construye un lote de operaciones INSERT. Véase MongoWriteBatch.

Sinopsis de la Clase

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

Tabla de contenidos

add a note add a note

User Contributed Notes

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