La classe InternalIterator

(PHP 8)

Introduction

Classe facilitant l'implémentation de IteratorAggregate pour les classes internes.

Synopsis de la classe

final class InternalIterator implements Iterator {
/* Méthodes */
private __construct()
public current(): mixed
public key(): mixed
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