|
MongoDB\Driver\BulkWriteCommandResult::getDeletedCountReturns the number of documents deleted Description
final public int MongoDB\Driver\BulkWriteCommandResult::getDeletedCount()
ParametersThis function has no parameters. Return ValuesReturns the total number of documents deleted by all operations. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\BulkWriteCommandResult::getDeletedCount example
The above example will output: int(3) See Also
|