L'interface RecursiveIterator

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

Introduction

Les classes qui implĂ©mentent RecursiveIterator peuvent ĂȘtre utilisĂ©es pour itĂ©rer sur d'autres itĂ©rateurs rĂ©cursivement.

Sommaire de l'Interface

interface RecursiveIterator extends Iterator {
/* Méthodes */
public function getChildren(): ?RecursiveIterator
public function hasChildren(): bool
/* Méthodes héritées */
public function Iterator::current(): mixed
public function Iterator::key(): mixed
public function Iterator::next(): void
public function Iterator::rewind(): void
public function Iterator::valid(): bool
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.