|
|
The CachingIterator class
The CachingIterator class (PHP 5) Introduction This object supports cached iteration over another iterator. Class synopsis public int count ( void ) public void next ( void ) public void offsetSet ( string $index , string $newval ) public void valid ( void ) } Predefined Constants - CachingIterator::CALL_TOSTRING
-
Description here... - CachingIterator::CATCH_GET_CHILD
-
Description here... - CachingIterator::TOSTRING_USE_KEY
-
Description here... - CachingIterator::TOSTRING_USE_CURRENT
-
Description here... - CachingIterator::TOSTRING_USE_INNER
-
Description here... - CachingIterator::FULL_CACHE
-
Cache all read data. Table of Contents |
|