Dutch PHP Conference 2025 - Call For Papers

The MongoDB\BSON\Iterator class

(mongodb >=1.16.0)

Вступ

Iterator used to iterate a BSON document or array.

Короткий огляд класу

final class MongoDB\BSON\Iterator implements Iterator {
/* Методи */
final private __construct()
public current(): mixed
public key(): string|int
public next(): void
public rewind(): void
public valid(): bool
}

Зміст

add a note

User Contributed Notes

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