| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\BulkWrite::insert(mongodb >=1.0.0) MongoDB\Driver\BulkWrite::insert — Add an insert operation to the bulk 説明Adds an insert operation to the MongoDB\Driver\BulkWrite. パラメータ
返り値
Returns the _id of the inserted document. If the
エラー / 例外
変更履歴
例例1 MongoDB\Driver\BulkWrite::insert() example
<?php 上の例の出力は、 たとえば以下のようになります。 object(MongoDB\BSON\ObjectId)#3 (1) { ["oid"]=> string(24) "54d51146bd21b91405401d92" } NULL NULL 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\BulkWrite::insert - Add an insert operation to the bulk」をGoogle検索
|