PHP Conference Japan 2024

LimitIterator::current

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

LimitIterator::current获取当前元素

描述

public LimitIterator::current(): 混合

获取内部 Iterator 的当前元素。

参数

此函数没有参数。

返回值

返回当前元素,如果不存在则返回 null

参见

添加注释

用户贡献注释

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