update : 2015.11.03
php.shukuma.com검색:
|
MongoCommandCursor::batchSize(PECL mongo >=1.5.0) MongoCommandCursor::batchSize — Limits the number of elements returned in one batch. 설명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. 인수
반환값Returns this cursor. 예제Example #1 MongoCommandCursor::batchSize()
<?php 참고
|