PHP Doku:: Inserts an element in the heap by sifting it up. - splheap.insert.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DatenstrukturenThe SplHeap classSplHeap::insert

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplHeap class

<<SplHeap::extract

SplHeap::isEmpty>>

SplHeap::insert

(PHP 5 >= 5.3.0)

SplHeap::insertInserts an element in the heap by sifting it up.

Beschreibung

void SplHeap::insert ( mixed $value )

Insert value in the heap.

Parameter-Liste

value

The value to insert.

Rückgabewerte

Es wird kein Wert zurückgegeben.


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",...)