PHP Doku:: Extracts a node from top of the heap and sift up. - splpriorityqueue.extract.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplPriorityQueue classSplPriorityQueue::extract

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplPriorityQueue class

<<SplPriorityQueue::current

SplPriorityQueue::insert>>

SplPriorityQueue::extract

(PHP 5 >= 5.3.0)

SplPriorityQueue::extractExtracts a node from top of the heap and sift up.

Beschreibung

mixed SplPriorityQueue::extract ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The value or priority (or both) of the extracted node, depending on the extract flag.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)