SplHeap::insert

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

SplHeap::insertヒープに要素を挿入する

説明

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

value をヒープに挿入します。

パラメータ

value

挿入する値。

戻り値

常に true を返します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top