在线文档教程
PHP
类和函数 | Classes and Functions

Iterator::current

Iterator::current

(PHP 5 >= 5.0.0, PHP 7)

Iterator :: current - 返回当前元素

描述

abstract public mixed Iterator::current ( void )

返回当前元素。

参数

该功能没有参数。

返回值

可以返回任何类型。

← Iterator

Iterator::key →