previousUsing PEAR_Exception for advanced error handling in PHP 5+ (Previous) (Next) Introduction à l'utilisation de PEAR_ErrorStack pour une gestion avancée des erreursnext

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

PEAR_ErrorStack est une implémentation expérimentale de gestion d'erreur pour PEAR qui est voué à remplacer PEAR_Error lorsqu'il sera stale. PEAR_ErrorStack est compatible avec PEAR_Error mais aussi avec la classe gérant les exceptions en PHP 5. Il y a beaucoup d'autres fonctionnalités, toutes décrites dans l'introduction.

Utilisation :

1 // pile d'erreurs globales
   2 $global_stack = &PEAR_ErrorStack::
singleton
('MyPackage');
   3 // pile d'erreurs locales
   4 $local_stack = new
PEAR_ErrorStack
('MyPackage');

previousUsing PEAR_Exception for advanced error handling in PHP 5+ (Previous) (Next) Introduction à l'utilisation de PEAR_ErrorStack pour une gestion avancée des erreursnext

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.