Heap::recoverFromCorruption

(Available since version 1.0)

Heap::recoverFromCorruptionRecover from the corrupted state

Description

public bool Heap::recoverFromCorruption ( void )

Recover from the corrupted state and allow further actions on the heap.

Note:

This function is undocumented in the SPL. It is provided mainly for API compatibility. It may not function in the same way as SplHeap::recoverFromCorruption().

Parameters

This function has no parameters.

Return Values

TRUE.

To Top