Core componenten (Previous) (Next) Introduction

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Hoofdstuk 28. PEAR basis classen

De Core sectie bevat informatie over de basis classen in PEAR

PEAR

Inhoudsopgave
Introduction --  How to handle the PEAR base class (destructors, error handling)
Constants -- Predefined Constants
PEAR::PEAR() -- constructor (Bedoeld voor pakket ontwikkelaars.)
PEAR::_PEAR() -- Deconstructor (Bedoeld voor pakket ontwikkelaars.)
PEAR::getStaticProperty() -- handeld met statische properties (Bedoeld voor pakket ontwikkelaars.)
PEAR::registerShutdownFunc() -- stel een shutdown functie in voor statisch classes (Bedoeld voor pakket ontwikkelaars.)
PEAR::isError() -- kijkt of er een PEAR_Error object is
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() --  Voeg een error code toe voor niet-uitzetbare tijdelijke error handling
PEAR::popExpect() --  verwijderd de laatste error code voor een niet-uitschakelbare tijdelijke error handling
PEAR::loadExtension() -- OS onafhangkelijke PHP extensie laden

PEAR levert functies om met errors om te gaan en stelt het gedrag in als er een error is. En het geeft de pakket developers functies die het leven makkelijker maken.

Core componenten (Previous) (Next) Introduction

Download Documentation Last updated: Mon, 02 Jul 2007
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.