PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

MongoCursorInterface::batchSize - Limits the number of elements returned in one batch. | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

MongoCursorInterface::batchSize

(PECL mongo >=1.5.0)

MongoCursorInterface::batchSizeLimits the number of elements returned in one batch.

説明

abstract public MongoCursorInterface MongoCursorInterface::batchSize ( int $batchSize )

A cursor typically fetches a batch of result objects and stores them locally. This method sets the batch size value to configure the amount of documents retrieved from the server in one round trip.

パラメータ

batchSize

The number of results to return per batch.

返り値

Returns this cursor.


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「MongoCursorInterface::batchSize - Limits the number of elements returned in one batch.」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | MongoCursorInterface::batchSize - Limits the number of elements returned in one batch.」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: