PEAR_ErrorStack::popCallback()

PEAR_ErrorStack::popCallback() -- Remove a callback from the error callback stack

Synopsis

require_once 'PEAR/ErrorStack.php';

array|string|false PEAR_ErrorStack::popCallback ()

Description

Remove a callback from the error callback stack

Throws

throws no exceptions thrown

See

see PEAR_ErrorStack::pushCallback()

Note

This function can not be called statically.