Core-Bestandteile (Previous) (Next) Introduction

View this page in Last updated: Sun, 17 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Kapitel 31. PEAR - Die Basis-Klassen

Der Core-Abschnitt enthält Informationen über die Basisklassen von PEAR.

PEAR

Inhaltsverzeichnis
Introduction --  How to handle the PEAR base class (destructors, error handling)
Constants -- Predefined Constants
PEAR::PEAR() -- constructor (bezogen auf Package-Entwickler)
PEAR::_PEAR() -- Deconstructor (bezogen auf Package-Entwickler)
PEAR::getStaticProperty() -- handle static properties (bezogen auf Package-Entwickler)
PEAR::registerShutdownFunc() -- set a shutdown function for static classes (bezogen auf Package-Entwickler)
PEAR::isError() -- checks for a PEAR_Error object
PEAR::raiseError() -- Create a new PEAR_Error object and optionally specify error-handling instructions
PEAR::setErrorHandling() -- sets handling of errors generated through PEAR packages
PEAR::expectError() --  add an error code for non-disabling temporary error handling
PEAR::popExpect() --  removes the last error code for non-disabling temporary error handling
PEAR::loadExtension() -- OS independent PHP extension load

Die Klasse PEAR enthält Methoden um mit Fehlern umzugehen und das Verhalten für den Fehlerfall zu steuern. Desweiteren enthält sie Methoden, um Package-Entwicklern das Leben zu vereinfachen.

Core-Bestandteile (Previous) (Next) Introduction

Download Documentation Last updated: Sun, 17 Aug 2008
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.