The RecursiveCachingIterator class

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

Introduction

...

Class synopsis

class RecursiveCachingIterator extends CachingIterator implements RecursiveIterator {
/* Inherited constants */
/* Methods */
public __construct(Iterator $iterator, int $flags = RecursiveCachingIterator::CALL_TOSTRING)
public hasChildren(): bool
/* Inherited methods */
public CachingIterator::key(): scalar
public CachingIterator::next(): void
public CachingIterator::offsetExists(string $key): bool
public CachingIterator::offsetGet(string $key): mixed
public CachingIterator::offsetSet(string $key, mixed $value): void
public CachingIterator::offsetUnset(string $key): void
public CachingIterator::setFlags(int $flags): void
public CachingIterator::valid(): bool
public IteratorIterator::next(): void
}

Table of Contents