PHP 8.1.28 Released!

InternalIterator::current

(PHP 8)

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

説明

public InternalIterator::current(): mixed

現在の要素を返します。

パラメータ

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

戻り値

現在の要素を返します。

add a note

User Contributed Notes

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