PEAR_ErrorStack::staticPopCallback()

PEAR_ErrorStack::staticPopCallback() -- Remove a callback from every error callback stack

Referentiesamenvatting

require_once 'PEAR/ErrorStack.php';

array|string|false PEAR_ErrorStack::staticPopCallback ()

Beschrijving

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.

Zie

see PEAR_ErrorStack::staticPushCallback()

Note

Deze functie zou statisch moeten worden aangeroepen.