The RecursiveCachingIterator class

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

Giriş

...

Sınıf Sözdizimi

class RecursiveCachingIterator extends CachingIterator implements RecursiveIterator {
/* Miras alınan sabitler */
/* Yöntemler */
public __construct(Iterator $iterator, int $flags = RecursiveCachingIterator::CALL_TOSTRING)
public hasChildren(): bool
/* Miras alınan yöntemler */
public CachingIterator::key(): scalar
}

İçindekiler

add a note

User Contributed Notes

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