SeekableIterator (interface)

The SeekableIterator interface

Introduction

(PHP 5 >= 5.1.0, PHP 7)

The Seekable iterator.

Interface synopsis

SeekableIterator extends Iterator {
/* Methods */
abstract public void seek ( int $position )
/* Inherited methods */
abstract public mixed Iterator::current ( void )
abstract public s