| 
 | MongoDB\Driver\BulkWrite::updateAdd an update operation to the bulk Description
   public void MongoDB\Driver\BulkWrite::update
    ( array|object  $filter, array|object$newObj[, array$updateOptions] )Adds an update operation to the MongoDB\Driver\BulkWrite. Parameters
 Return ValuesNo value is returned. Errors/Exceptions
 Changelog
 
 ExamplesExample #1 MongoDB\Driver\BulkWrite::update example 
<?phpSee Also
 |