Iterator::current
Iterator::current
(PHP 5 >= 5.0.0, PHP 7)
Iterator :: current - 返回当前元素
描述
abstract public mixed Iterator::current ( void )
返回当前元素。
参数
该功能没有参数。
返回值
可以返回任何类型。
← Iterator
Iterator::key →
(PHP 5 >= 5.0.0, PHP 7)
Iterator :: current - 返回当前元素
abstract public mixed Iterator::current ( void )
返回当前元素。
该功能没有参数。
可以返回任何类型。
← Iterator
Iterator::key →