PEAR_ErrorStack::staticPop()

PEAR_ErrorStack::staticPop()  --  Static version of pop()

Synopsis

require_once 'PEAR/ErrorStack.php';

false|array PEAR_ErrorStack::staticPop (string $package)

Beschreibung

Pop an error off of the error stack, static method

Parameter

string $package

Package name to retrieve error message from

Rückgabewert

returns if compatibility mode is on, a PEAR_Error is also thrown.

Hinweise

since PEAR 1.5.0a1

Fehler-Meldungen

Es werden keine Exceptions ausgelöst.

Hinweise

Diese Methode sollte statisch aufgerufen werden..