« Iterator
Iterator::key »
PHP Manual
Iterator
現在の要素を返す
Iterator::current
(PHP 5, PHP 7)
Iterator::current
—
現在の要素を返す
説明
abstract
public
Iterator::current
(
void
) :
mixed
現在の要素を返します。
パラメータ
この関数にはパラメータはありません。
返り値
あらゆる型を返すことが可能です。