ArrayIterator::seek
(PHP 5, PHP 7, PHP 8)
ArrayIterator::seek — Seeks to a position
参数
offset-
The position to seek to.
返回值
没有返回值。
错误/异常
Throws an OutOfBoundsException
if the offset is not seekable.
(PHP 5, PHP 7, PHP 8)
ArrayIterator::seek — Seeks to a position
offsetThe position to seek to.
没有返回值。
Throws an OutOfBoundsException
if the offset is not seekable.