Search Results
Description ¶ public FilterIterator::rewind (): void Warning This function is currently not documented; only its argument list is available. Rewind the iterator.
Simple usage example of `FilterIterator::rewind ()`. FilterIterator::rewind () is a method that is used to reset the iterator to the beginning of the filtered elements. It is specifically designed for FilterIterator objects in PHP. When called, this function moves the internal pointer back to the first element of the filtered iterator, ready for iterating over the elements again.
Introduction This abstract iterator filters out unwanted values. This class should be extended to implement custom iterator filters. The FilterIterator::accept () must be implemented in the subclass.
FilterIterator::rewind 26 déc. 2018 18 fois (PHP 5 >= 5.1.0, PHP 7, PHP 8)
FilterIterator::accept — Check whether the current element of the iterator is acceptable FilterIterator::__construct — Construct a filterIterator FilterIterator::current — Get the current element value FilterIterator::key — Get the current key FilterIterator::next — Move the iterator forward FilterIterator::rewind — Rewind the iterator
Methods public __construct () — Construct a filterIterator accept () — Check whether the current element of the iterator is acceptable current () — Get the current element value getInnerIterator () — Get the inner iterator key () — Get the current key next () — Move the iterator forward rewind () — Rewind the iterator
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 ...
