Documentation

BSONIterator
in package
implements Iterator

Iterator for BSON documents.

Tags
template-implements

Table of Contents

Interfaces

Iterator

Constants

BSON_SIZE  = 4

Properties

$buffer  : string
$bufferLength  : int
$current  : array<string|int, mixed>|object|null
$key  : int
$options  : array<string|int, mixed>
$position  : int

Methods

current()  : mixed
key()  : int
next()  : void
rewind()  : void
valid()  : bool
advance()  : void

Constants

Properties

$current

private array<string|int, mixed>|object|null $current = null

$options

private array<string|int, mixed> $options = []

Methods


        
On this page

Search results