GoLang SplHeap::insert

request it (269)
GoLang replacement for PHP's SplHeap::insert [edit | history]



Do you know a GoLang replacement for PHP's SplHeap::insert? Write it!

PHP SplHeap::insert

PHP original manual for SplHeap::insert [ show | php.net ]

SplHeap::insert

(PHP 5 >= 5.3.0, PHP 7)

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

Description

public void SplHeap::insert ( mixed $value )

Insert value in the heap.

Parameters

value

The value to insert.

Return Values

No value is returned.