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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top