PEAR_ErrorStack::pop

PEAR_ErrorStack::pop() – Pop an error off of the error stack

Synopsis

require_once 'PEAR/ErrorStack.php';

false|array PEAR_ErrorStack::pop ( )

Description

Pop an error off of the error stack

Throws

throws no exceptions thrown

Note

since 0.4alpha it is no longer possible to specify a specific error level to return - the last error pushed will be returned instead.

Note

This function can not be called statically.

Determine whether there are any errors on the stack (Previous) Remove a callback from the error callback stack (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.