|
MongoDB\Driver\BulkWrite::countCount number of write operations in the bulk Beschreibung
public int MongoDB\Driver\BulkWrite::count
( void
)
Returns the number of write operations added to the MongoDB\Driver\BulkWrite object. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns number of write operations added to the MongoDB\Driver\BulkWrite object. Fehler/Exceptions
Changelog
BeispieleBeispiel #1 MongoDB\Driver\BulkWrite::count example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(4) |