L'interface OuterIterator

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Introduction

Les classes implémentant la classe OuterIterator peuvent être utilisées pour itérer sur des itérateurs.

Sommaire de l'Interface

OuterIterator extends Iterator {
/* Méthodes */
/* Méthodes héritées */
abstract public Iterator::current(): mixed
abstract public Iterator::key(): mixed
abstract public Iterator::next(): void
abstract public Iterator::rewind(): void
abstract public Iterator::valid(): bool
}

Sommaire

add a note add a note

User Contributed Notes

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