MongoDB\Driver\BulkWrite::countCount number of write operations in the bulk 説明
public int MongoDB\Driver\BulkWrite::count()
Returns the number of write operations added to the MongoDB\Driver\BulkWrite object. パラメータこの関数にはパラメータはありません。 戻り値Returns number of write operations added to the MongoDB\Driver\BulkWrite object. エラー / 例外
変更履歴
例例1 MongoDB\Driver\BulkWrite::count example
上の例の出力は以下となります。 int(4) |