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 (
)
Описание
Pop an error off of the error stack
Throws
throws no exceptions thrown
Замечание
since 0.4alpha it is no longer possible to specify a specific error level to return - the last error pushed will be returned instead.
Замечание
This function can not be called statically.