parent root
PHP: SplHeap::isCorrupted - Manual

SplHeap::isCorrupted

(PHP 7)

SplHeap::isCorruptedTells if the heap is in a corrupted state

Description

public SplHeap::isCorrupted ( void ) : bool

Parameters

This function has no parameters.

Return Values

Returns TRUE if the heap 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