|
MongoDB\Driver\BulkWriteCommand::deleteManyAdd a deleteMany operation Description
public void MongoDB\Driver\BulkWriteCommand::deleteMany(string
$namespace, arrayobject $filter, arraynull $options = null)
Add a deleteMany operation to the
MongoDB\Driver\BulkWriteCommand. All documents
matching Parameters
Return ValuesNo value is returned. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\BulkWriteCommand::deleteMany example See Also
|