迭代器
PHP Manual

Iterator::current

(PHP 5 >= 5.0.0)

Iterator::current返回当前元素

说明

abstract public mixed Iterator::current ( void )

返回当前元素。

参数

此函数没有参数。

返回值

可返回任何类型。


迭代器
PHP Manual