ArrayIterator::seek

Seeks to a position

Description

public void ArrayIterator::seek(int $offset)

Seeks to a given position in the iterator.

Parameters

offset

The position to seek to.

Return Values

No value is returned.

Errors/Exceptions

Throws an OutOfBoundsException if the offset is not seekable.