RecursiveIteratorIterator クラス

(PHP 5, PHP 7, PHP 8)

はじめに

再帰的なイテレータの反復処理に使用します。

クラス概要

class RecursiveIteratorIterator implements OuterIterator {
/* 定数 */
public const int LEAVES_ONLY;
public const int SELF_FIRST;
public const int CHILD_FIRST;
public const int CATCH_GET_CHILD;
/* メソッド */
public __construct(Traversable $iterator, int $mode = RecursiveIteratorIterator::LEAVES_ONLY, int $flags = 0)
public current(): mixed
public endChildren(): void
public endIteration(): void
public getDepth(): int
public key(): mixed
public next(): void
public nextElement(): void
public rewind(): void
public setMaxDepth(int $maxDepth = -1): void
public valid(): bool
}

目次