(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.
没有返回值。
Throws an OutOfBoundsException if the offset is not seekable.