array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'splheap.recoverfromcorruption.php', 1 => 'SplHeap::recoverFromCorruption', 2 => 'Recover from the corrupted state and allow further actions on the heap', ), 'up' => array ( 0 => 'class.splheap.php', 1 => 'SplHeap', ), 'prev' => array ( 0 => 'splheap.next.php', 1 => 'SplHeap::next', ), 'next' => array ( 0 => 'splheap.rewind.php', 1 => 'SplHeap::rewind', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/splheap/recoverfromcorruption.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SplHeap::recoverFromCorruption

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

SplHeap::recoverFromCorruptionRecover from the corrupted state and allow further actions on the heap

说明

public SplHeap::recoverFromCorruption(): true

参数

此函数没有参数。

返回值

总是返回 true

更新日志

版本 说明
8.4.0 SplHeap::recoverFromCorruption() now has a tentative return of true.