SplHeap
PHP Manual

SplHeap::insert

(PHP 5 >= 5.3.0)

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

Opis

void SplHeap::insert ( mixed $value )

Insert value in the heap.

Parametry

value

The value to insert.

Zwracane wartości

Nie jest zwracana żadna wartość.


SplHeap
PHP Manual