PHP 8.3.4 Released!

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
}

Table of Contents

add a note

User Contributed Notes

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