SPL-StandardPHPLibrary
norewinditerator.inc
Go to the documentation of this file.
1 <?php
2 
19 {
22  function rewind()
23  {
24  // nothing to do
25  }
26 }
27 
28 ?>
Basic Iterator wrapper.
An Iterator wrapper that doesn&#39;t call rewind.
rewind()
Simply prevent execution of inner iterators rewind().