| 
 | MongoDB\Driver\BulkWriteCommand::insertOneAdd an insertOne operation Description
   public mixed MongoDB\Driver\BulkWriteCommand::insertOne(string  $namespace, arrayobject$document)
   Add an insertOne operation to the
   MongoDB\Driver\BulkWriteCommand. The document will
   be inserted into the collection identified by
    Parameters
 Return Values
   Returns the  Errors/Exceptions
 ExamplesExample #1 MongoDB\Driver\BulkWriteCommand::insertOne example The above example will output something similar to: 
object(MongoDB\BSON\ObjectId)#3 (1) {
  ["oid"]=>
  string(24) "67f58058d1a0aa2fd80d55d0"
}
string(9) "custom-id"
object(MongoDB\BSON\ObjectId)#4 (1) {
  ["oid"]=>
  string(24) "0123456789abcdef01234567"
}
See Also
 |