PEAR::popExpect()

PEAR::popExpect() --  removes the last error code for non-disabling temporary error handling

Synopsis

require_once 'PEAR.php';

mixed PEAR::popExpect ()

Beschreibung

This method pops one element off the expected error codes stack.

Rückgabewert

mixed - the removed error code or array of error codes

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

expectError()