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

Beschreibung

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

Fehler-Meldungen

Es werden keine Exceptions ausgelöst.

Siehe auch

see PEAR_ErrorStack::staticPushCallback()

Hinweise

Diese Methode sollte statisch aufgerufen werden..