PHP 8.4.0 RC4 available for testing

La classe MongoDB\BSON\Iterator

(mongodb >=1.16.0)

Introduction

Itérateur utilisé pour parcourir un document ou un tableau BSON.

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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