PHP 8.4.24 Released!

The MongoDB\BSON\Iterator class

(mongodb >=1.16.0)

Introduzione

Iterator used to iterate a BSON document or array.

Sommario della classe

final class MongoDB\BSON\Iterator implements Iterator {
/* Metodi */
final private function __construct()
public function current(): mixed
public function key(): string|int
public function next(): void
public function rewind(): void
public function valid(): bool
}

Indice dei contenuti

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top