CakeFest 2024: The Official CakePHP Conference

SplPriorityQueue::valid

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

SplPriorityQueue::validキューにまだノードがあるかどうかを調べる

説明

public SplPriorityQueue::valid(): bool

キューにまだノードがあるかどうかを調べます。

パラメータ

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

戻り値

キューにまだノードが含まれる場合に true、 そうでない場合に false を返します。

add a note

User Contributed Notes

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