<?php $bulk = new MongoDB\Driver\BulkWrite; $document1 = ['title' => 'one']; $document2 = ['_id' => 'custom ID', 'title' => 'two'];
確定! 回上一頁