Statement on glibc/iconv Vulnerability

The MongoDB\BSON\Iterator class

(mongodb >=1.16.0)

Giriş

Iterator used to iterate a BSON document or array.

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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