The RecursiveCachingIterator class
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Introduction
...
Class synopsis
/* Inherited constants */
/* Methods */
public function __construct(Iterator
$iterator, int $flags = RecursiveCachingIterator::CALL_TOSTRING)/* Inherited methods */
}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
+add a note
User Contributed Notes
There are no user contributed notes for this page.