|
MongoCommandCursor::batchSizeLimits the number of elements returned in one batch. Beschreibung
public MongoCommandCursor MongoCommandCursor::batchSize
( int
$batchSize
)A cursor typically fetches a batch of result objects and store them locally. This method sets the batchSize value to configure the amount of documents retrieved from the server in one round trip. Parameter-Liste
RückgabewerteReturns this cursor. BeispieleBeispiel #1 MongoCommandCursor::batchSize
<?phpSiehe auch
|