IteratorIterator::key

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::keyGet the key of the current element

Açıklama

public IteratorIterator::key ( void ) : mixed

Get the key of the current element.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The key of the current element.

Ayrıca Bakınız