array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'splheap.current.php', 1 => 'SplHeap::current', 2 => 'Return current node pointed by the iterator', ), 'up' => array ( 0 => 'class.splheap.php', 1 => 'SplHeap', ), 'prev' => array ( 0 => 'splheap.count.php', 1 => 'SplHeap::count', ), 'next' => array ( 0 => 'splheap.extract.php', 1 => 'SplHeap::extract', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/splheap/current.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SplHeap::current

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

SplHeap::currentReturn current node pointed by the iterator

Beschreibung

public SplHeap::current(): mixed

Get the current datastructure node.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The current node value.