LimitIterator::seek

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

LimitIterator::seek跳转到给定位置

描述

public LimitIterator::seek(int $offset): int

将迭代器移动到由 offset 指定的偏移量。

参数

offset

要跳转到的位置。

返回值

返回跳转后的偏移量位置。

错误/异常

如果位置超出 LimitIterator::__construct() 中指定的限制,则抛出 OutOfBoundsException

参见

添加说明

用户贡献的注释

此页面没有用户贡献的注释。
To Top