The RecursiveCachingIterator class

(PHP 5 >= 5.1.0, PHP 7)

Introducere

...

Sinopsisul clasei

RecursiveCachingIterator extends CachingIterator implements Countable , ArrayAccess , OuterIterator , RecursiveIterator {
/* Constante moștenite */
const int CachingIterator::FULL_CACHE = 256 ;
/* Metode */
public __construct ( Iterator $iterator [, int $flags = self::CALL_TOSTRING ] )
public hasChildren ( ) : bool
/* Inherits */
public CachingIterator::__construct ( Iterator $iterator [, int $flags = self::CALL_TOSTRING ] )
public CachingIterator::count ( ) : int
public CachingIterator::getCache ( ) : array
public CachingIterator::getFlags ( ) : int
public CachingIterator::hasNext ( ) : void
public CachingIterator::key ( ) : scalar
public CachingIterator::next ( ) : void
public CachingIterator::offsetExists ( mixed $index ) : void
public CachingIterator::offsetGet ( string $index ) : void
public CachingIterator::offsetSet ( mixed $index , mixed $newval ) : void
public CachingIterator::offsetUnset ( string $index ) : void
public CachingIterator::rewind ( ) : void
public CachingIterator::setFlags ( int $flags ) : void
public CachingIterator::__toString ( ) : void
public CachingIterator::valid ( ) : void
}

Cuprins

add a note add a note

User Contributed Notes

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