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

Beschreibung

Remove a callback from the error callback stack

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see PEAR_ErrorStack::pushCallback()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.