Php/docs/mongocursorinterface.batchsize

提供:Dev Guides
< Php
2020年12月14日 (月) 09:54時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

MongoCursorInterface::batchSize

(PECL mongo >=1.5.0)

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


説明

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

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.