CakeFest 2024: The Official CakePHP Conference

Iterator::current

(PHP 5, PHP 7, PHP 8)

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

説明

public Iterator::current(): mixed

現在の要素を返します。

パラメータ

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

戻り値

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top