SPL-StandardPHPLibrary
seekableiterator.inc
Go to the documentation of this file.
1 <?php
2 
21 interface SeekableIterator extends Iterator
22 {
45  function seek($index);
46 }
47 
48 ?>
seekable iterator
Basic iterator.
Definition: spl.php:549
seek($index)
Seek to an absolute position.