SplHeap
PHP Manual

SplHeap::insert

(No version information available, might be only in CVS)

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

żadna wartość nie jest zwracana.


SplHeap
PHP Manual