array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'splheap.iscorrupted.php', 1 => 'SplHeap::isCorrupted', 2 => 'Tells if the heap is in a corrupted state', ), 'up' => array ( 0 => 'class.splheap.php', 1 => 'SplHeap', ), 'prev' => array ( 0 => 'splheap.insert.php', 1 => 'SplHeap::insert', ), 'next' => array ( 0 => 'splheap.isempty.php', 1 => 'SplHeap::isEmpty', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/splheap/iscorrupted.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SplHeap::isCorrupted

(PHP 7, PHP 8)

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

Beschreibung

public SplHeap::isCorrupted(): bool

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns true if the heap is corrupted, false otherwise.