previousPEAR_ErrorStack::staticHasErrors (Previous) (Next) PEAR_ErrorStack::staticPopCallbacknext

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Turkish

PEAR_ErrorStack::staticPop

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

Synopsis

require_once 'PEAR/ErrorStack.php';

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

Description

Pop an error off of the error stack, static method

Parameter

string $package

Package name to retrieve error message from

Return value

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

Note

since PEAR 1.5.0a1

Throws

No exceptions thrown.

Note

This function should be called statically.

previousPEAR_ErrorStack::staticHasErrors (Previous) (Next) PEAR_ErrorStack::staticPopCallbacknext

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.