| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\BulkWrite::count(mongodb >=1.0.0) MongoDB\Driver\BulkWrite::count — Count number of write operations in the bulk 説明
public integer MongoDB\Driver\BulkWrite::count
( void
)
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
<?php 上の例の出力は以下となります。 int(4) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\BulkWrite::count - Count number of write operations in the bulk」をGoogle検索
|