Interfaces
PHP Manual

The SeekableIterator interface

Introduction

The Seekable iterator.

Interface synopsis

SeekableIterator
SeekableIterator extends Iterator {
/* Methods */
abstract public void seek ( string $position )
}

Table of Contents


Interfaces
PHP Manual