Statement on glibc/iconv Vulnerability

Класс MongoDB\BSON\Iterator

(mongodb >=1.16.0)

Введение

Итератор, используемый для обхода BSON-документа или массива.

Обзор классов

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