Iterator
PHP Manual

Iterator::current

(PHP 5 >= 5.1.0)

Iterator::currentReturn the current element

설명

abstract public mixed Iterator::current ( void )

Returns the current element.

인수

이 함수는 인수가 없습니다.

반환값

Can return any type.


Iterator
PHP Manual