CakeFest 2024: The Official CakePHP Conference

InternalIterator::key

(PHP 8)

InternalIterator::key現在の要素のキーを返す

説明

public InternalIterator::key(): mixed

現在の要素のキーを返します。

パラメータ

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

戻り値

現在の要素のキーを返します。

add a note

User Contributed Notes

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