Skip to content

Latest commit

 

History

History
194 lines (134 loc) · 2.61 KB

MongoIterable.ru.md

File metadata and controls

194 lines (134 loc) · 2.61 KB

MongoIterable

  • класс MongoIterable (mongo\MongoIterable)
  • исходники mongo/MongoIterable.php

Описание

Class MongoIterable


Методы


Методы

__construct()

__construct(): void

first()

first(): array

batchSize()

batchSize(int $size): mongo\MongoIterable

skip()

skip(int $n): mongo\MongoIterable

limit()

limit(int $n): mongo\MongoIterable

projection()

projection(array $value): mongo\MongoIterable

hint()

hint(array $value): mongo\MongoIterable

max()

max(array $value): mongo\MongoIterable

min()

min(array $value): mongo\MongoIterable

filter()

filter(array $value): mongo\MongoIterable

sort()

sort(array $value): mongo\MongoIterable

comment()

comment(string $value): mongo\MongoIterable

maxAwaitTime()

maxAwaitTime(int $millis): mongo\MongoIterable

maxTime()

maxTime(int $millis): mongo\MongoIterable

maxScan()

maxScan(int $c): mongo\MongoIterable

returnKey()

returnKey(boolean $value): mongo\MongoIterable

partial()

partial(boolean $value): mongo\MongoIterable

snapshot()

snapshot(boolean $value): mongo\MongoIterable