CakeFest 2024: The Official CakePHP Conference

SplHeap::count

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

SplHeap::countヒープ内の要素数を数える

説明

public SplHeap::count(): int

パラメータ

この関数にはパラメータはありません。

戻り値

ヒープ内の要素数を返します。

add a note

User Contributed Notes

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