IteratorIterator::current

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::currentGet the current value

Açıklama

public IteratorIterator::current ( void ) : mixed

Get the value of the current element.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The value of the current element.

Ayrıca Bakınız