- класс
MongoIterable
(mongo\MongoIterable
) - исходники
mongo/MongoIterable.php
Описание
Class MongoIterable
->
__construct()
->
first()
->
batchSize()
->
skip()
->
limit()
->
projection()
->
hint()
->
max()
->
min()
->
filter()
->
sort()
->
comment()
->
maxAwaitTime()
->
maxTime()
->
maxScan()
->
returnKey()
->
partial()
->
snapshot()
__construct(): void
first(): array
batchSize(int $size): mongo\MongoIterable
skip(int $n): mongo\MongoIterable
limit(int $n): mongo\MongoIterable
projection(array $value): mongo\MongoIterable
hint(array $value): mongo\MongoIterable
max(array $value): mongo\MongoIterable
min(array $value): mongo\MongoIterable
filter(array $value): mongo\MongoIterable
sort(array $value): mongo\MongoIterable
comment(string $value): mongo\MongoIterable
maxAwaitTime(int $millis): mongo\MongoIterable
maxTime(int $millis): mongo\MongoIterable
maxScan(int $c): mongo\MongoIterable
returnKey(boolean $value): mongo\MongoIterable
partial(boolean $value): mongo\MongoIterable
snapshot(boolean $value): mongo\MongoIterable