php / 8.1.5 / splheap.insert.html /

SplHeap::insert

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

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

Description

public SplHeap::insert(mixed $value): bool

Insert value in the heap.

Parameters

value

The value to insert.

Return Values

Always returns true.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/splheap.insert.php