Search Results
Description ¶ public CachingIterator::rewind (): void Warning This function is currently not documented; only its argument list is available. Rewind the iterator.
Table of Contents CachingIterator::__construct — Construct a new CachingIterator object for the iterator CachingIterator::count — The number of elements in the iterator CachingIterator::current — Return the current element CachingIterator::getCache — Retrieve the contents of the cache CachingIterator::getFlags — Get flags used CachingIterator::hasNext — Check whether the inner ...
Nov 26, 2019 · The CachingIterator::rewind () function is an inbuilt function in PHP which is used to rewind the iterator. Syntax: void CachingIterator::rewind( void ) Parameters: This function does not accept any parameters. Return Value: This function does not return any value. Below programs illustrate the CachingIterator::rewind () function in PHP: Program 1:
Simple usage example of `CachingIterator::rewind ()`. The `CachingIterator::rewind` function is used to restart the iteration from the beginning of the iterator. It positions the iterator's internal pointer to the first element in the sequence.
PhpED - PHP IDE integrated development environment for developing web sites using PHP, HTML, Perl, JScript and CSS that combines a comfortable editor, debugger, profiler with the MySQl, PostrgeSQL database support based on easy wizards and tutorials.Easy to use for debugging PHP scripts, publishing projects to remote servers through FTP, WebDAV, CVS. It is suitable for multiple developers and ...
Table of Contents CachingIterator::__construct — Construct a new CachingIterator object for the iterator. CachingIterator::count — The number of elements in the iterator CachingIterator::current — Return the current element CachingIterator::getCache — The getCache purpose CachingIterator::getFlags — Get flags used CachingIterator::getInnerIterator — Returns the inner iterator ...
The CachingIterator class Introduction (PHP 5, PHP 7) This object supports cached iteration over another iterator. Class synopsis CachingIterator extends IteratorIterator implements OuterIterator , ArrayAccess , Countable { /* Constants */ const int CALL_TOSTRING = 1 ; const int CATCH_GET_CHILD = 16 ; const int TOSTRING_USE_KEY = 2 ; const int TOSTRING_USE_CURRENT = 4 ; const int TOSTRING_USE ...
