Php/docs/class.mongoinsertbatch

提供:Dev Guides
< Php
2020年12月14日 (月) 11:39時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL mongo >=1.5.0)

はじめに

Constructs a batch of INSERT operations. See MongoWriteBatch.


クラス概要


MongoInsertBatch extends MongoWriteBatch {

/* メソッド */

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

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

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

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

}

目次