The RecursiveCachingIterator class
(PHP 5 >= 5.1.0)
Introduction
...
Class synopsis
RecursiveCachingIterator
extends
CachingIterator
implements
Countable
,
ArrayAccess
,
OuterIterator
,
RecursiveIterator
{
/* Methods */
/* Inherits */
}Table of Contents
- RecursiveCachingIterator::__construct — Construct
- RecursiveCachingIterator::getChildren — Return the inner iterator's children as a RecursiveCachingIterator
- RecursiveCachingIterator::hasChildren — Check whether the current element of the inner iterator has children

There are no user contributed notes for this page.