PHP Velho Oeste 2024

Iterator::current

(PHP 5, PHP 7, PHP 8)

Iterator::current現在の要素を返す

説明

public Iterator::current(): mixed

現在の要素を返します。

パラメータ

この関数にはパラメータはありません。

戻り値

あらゆる型を返すことが可能です。

add a note add a note

User Contributed Notes 1 note

up
-1
al
8 years ago
Builtin PHP function is »current«.
To Top