Skip to content

Latest commit

 

History

History
263 lines (85 loc) · 1.24 KB

BSONIterator.md

File metadata and controls

263 lines (85 loc) · 1.24 KB

BSONIterator

Iterator for BSON documents.

  • Full name: \MongoDB\Model\BSONIterator
  • This class implements: \Iterator

Properties

bsonSize

private static int $bsonSize
  • This property is static.

buffer

private string $buffer

bufferLength

private int $bufferLength

current

private mixed $current

key

private int $key

position

private int $position

options

private array $options

Methods

current

public current(): mixed

See Also:


key

public key(): mixed

See Also:


next

public next(): void

See Also:


rewind

public rewind(): void

See Also:


valid

public valid(): bool

See Also:


advance

private advance(): mixed