| 
 | MongoDB\Driver\BulkWriteCommand::countCount number of write operations in the BulkWriteCommand Description
   public int MongoDB\Driver\BulkWriteCommand::count() Returns the number of write operations added to the MongoDB\Driver\BulkWriteCommand object. ParametersThis function has no parameters. Return ValuesReturns number of write operations added to the MongoDB\Driver\BulkWriteCommand object. Errors/Exceptions
 ExamplesExample #1 MongoDB\Driver\BulkWriteCommand::count example The above example will output: int(4) |