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 ()

Description

Pop a callback from every Error Stack. No check is made to determine whether this is a good idea, so use with discretion.

Throws

throws no exceptions thrown

See

see PEAR_ErrorStack::staticPushCallback()

Note

This function should be called statically.