(PHP 5, PHP 7, PHP 8)
ArrayIterator::seek — Seeks to a position
$offset
Seeks to a given position in the iterator.
offset
The position to seek to.
No value is returned.
Throws an OutOfBoundsException if the offset is not seekable.