array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'iteratoriterator.current.php', 1 => 'IteratorIterator::current', 2 => 'Get the current value', ), 'up' => array ( 0 => 'class.iteratoriterator.php', 1 => 'IteratorIterator', ), 'prev' => array ( 0 => 'iteratoriterator.construct.php', 1 => 'IteratorIterator::__construct', ), 'next' => array ( 0 => 'iteratoriterator.getinneriterator.php', 1 => 'IteratorIterator::getInnerIterator', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/iteratoriterator/current.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

IteratorIterator::current

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

IteratorIterator::currentGet the current value

Beschreibung

public IteratorIterator::current(): mixed

Get the value of the current element.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The value of the current element.

Siehe auch