InternalIterator::key
PHP Manual
PHP Manual»InternalIterator»InternalIterator::key

InternalIterator::key

(PHP 8)

InternalIterator::keyReturn the key of the current element

Опис

public function InternalIterator::key(): mixed

Returns the key of the current element.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the key of the current element.

To Top