PHP 8.6.0 Beta 1 is available for testing

La interfaz RecursiveIterator

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

Introducción

Las clases que implementan RecursiveIterator pueden ser utilizadas para iterar sobre otros iteradores de forma recursiva.

Sinopsis de la interfaz

interface RecursiveIterator extends Iterator {
/* Métodos */
public function getChildren (): ? RecursiveIterator
public function hasChildren (): bool
/* Métodos heredados */
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
}

Tabla de contenidos

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /