parent root
PHP: SplPriorityQueue::isCorrupted - Manual

SplPriorityQueue::isCorrupted

(No version information available, might only be in Git)

SplPriorityQueue::isCorruptedTells if the priority queue is in a corrupted state

Description

public SplPriorityQueue::isCorrupted ( void ) : bool

Parameters

This function has no parameters.

Return Values

Returns TRUE if the priority queue is corrupted, FALSE otherwise.

add a noteadd a note

User Contributed Notes

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