MongoDB\Driver\BulkWrite::insertAdd an insert operation to the bulk 説明
public mixed MongoDB\Driver\BulkWrite::insert(arrayobject
$document )Adds an insert operation to the MongoDB\Driver\BulkWrite. パラメータ
戻り値
Returns the エラー / 例外
変更履歴
例例1 MongoDB\Driver\BulkWrite::insert example
上の例の出力は、 たとえば以下のようになります。 object(MongoDB\BSON\ObjectId)#3 (1) { ["oid"]=> string(24) "54d51146bd21b91405401d92" } NULL NULL 参考
|