|
MongoDB\Driver\BulkWrite::updateAdd an update operation to the bulk Beschreibung
public void MongoDB\Driver\BulkWrite::update
( array|object
$filter
, array|object $newObj
[, array $updateOptions
] )Adds an update operation to the MongoDB\Driver\BulkWrite. Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Fehler/Exceptions
Changelog
BeispieleBeispiel #1 MongoDB\Driver\BulkWrite::update example
<?phpSiehe auch
|