previousUsing PEAR_Exception for advanced error handling in PHP 5+ (Previous) (Next) Introduction to using PEAR_ErrorStack for advanced error handlingnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_ErrorStack

Table of Contents

Die Klasse PEAR_ErrorStack ist ein neuer Weg, um Fehler zu signalisieren und zu handhaben. Sie wird PEAR_Error ersetzen, wenn sie die nötige Reife erreicht hat. PEAR_ErrorStack ist rückwärts-kompatibel zu PEAR_Error und vorwärts-kompatibel mit der PEAR_Exception für PHP 5.

Usage:

1      // global error stack
2      $global_stack = &PEAR_ErrorStack::
singleton
('MyPackage');
3      // local error stack
4      $local_stack = new
PEAR_ErrorStack
('MyPackage');

previousUsing PEAR_Exception for advanced error handling in PHP 5+ (Previous) (Next) Introduction to using PEAR_ErrorStack for advanced error handlingnext

Download Documentation Last updated: Sun, 18 Oct 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.