The RecursiveCachingIterator class

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

Introduzione

...

Sommario della classe

class RecursiveCachingIterator extends CachingIterator implements RecursiveIterator {
/* Costanti ereditate */
/* Metodi */
public __construct(Iterator $iterator, int $flags = RecursiveCachingIterator::CALL_TOSTRING)
public hasChildren(): bool
/* Metodi ereditati */
public CachingIterator::key(): scalar
}

Indice dei contenuti

add a note add a note

User Contributed Notes

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