SPL-StandardPHPLibrary
seekableiterator.inc
Go to the documentation of this file.
00001 <?php
00002 
00021 interface SeekableIterator extends Iterator
00022 {
00045     function seek($index);
00046 }
00047 
00048 ?>