Iterator
PHP 手册

Iterator::current

(No version information available, might be only in CVS)

Iterator::currentReturn the current element

说明

abstract public mixed Iterator::current ( void )

Returns the current element.

参数

This function has no parameters.

返回值

Can return any type.


Iterator
PHP 手册