PEAR_ErrorStack::staticPopCallback
PEAR_ErrorStack::staticPopCallback() – Remove a callback from every error callback stack
Synopsis
require_once 'PEAR/ErrorStack.php';
array|string|false PEAR_ErrorStack::staticPopCallback
(
)
Описание
Pop a callback from every Error Stack. No check is made to determine whether this is a good idea, so use with discretion.
Throws
No exceptions thrown.
Замечание
This function should be called statically.