SplPriorityQueue::isCorrupted

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

SplPriorityQueue::isCorrupted優先度付きキューが壊れているかを調べる

説明

public SplPriorityQueue::isCorrupted(): bool

パラメータ

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

戻り値

優先度付きキューが壊れていたら true を、そうでなければ false を返します。

add a note add a note

User Contributed Notes

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