[PEAR] element index

Package indexes

All elements
a b c d e g i l m o p r s t u _
_
top
Method _PEAR
PEAR::_PEAR() in PEAR.php
Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.
Function _PEAR_call_destructors
a
top
Method addUserInfo
b
top
Variable $backtrace
c
top
Variable $code
PEAR_Error::$code in PEAR.php
d
top
Method delExpect
PEAR::delExpect() in PEAR.php
This method deletes all occurences of the specified element from the expected error codes stack.
e
top
Variable $error_message_prefix
Method expectError
This method is used to tell which errors you expect to get.
g
top
Method getBacktrace
Get the call backtrace from where the error was generated.
Method getCallback
Get the callback function/method from an error object.
Method getCode
Get error code from an error object
Method getDebugInfo
Get additional debug information supplied by the application.
Method getMessage
Get the error message from an error object.
Method getMode
Get the error mode from an error object.
Method getStaticProperty
If you have a class that's mostly/entirely static, and you need static
Method getType
Get the name of this error/exception.
Method getUserInfo
Get additional user-supplied information.
i
top
Method isError
PEAR::isError() in PEAR.php
Tell whether a value is a PEAR error.
l
top
Variable $level
PEAR_Error::$level in PEAR.php
Method loadExtension
OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
m
top
Variable $message
Variable $mode
PEAR_Error::$mode in PEAR.php
o
top
Constant OS_UNIX
OS_UNIX in PEAR.php
Constant OS_WINDOWS
OS_WINDOWS in PEAR.php
p
top
Constant PATH_SEPARATOR
PATH_SEPARATOR in PEAR.php
Method PEAR
PEAR::PEAR() in PEAR.php
Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
Class PEAR
PEAR in PEAR.php
Base class for other PEAR classes. Provides rudimentary emulation of destructors.
Class PEAR_Error
PEAR_Error in PEAR.php
Standard PEAR error class for PHP 4
Method PEAR_Error
PEAR_Error constructor
Constant PEAR_ERROR_CALLBACK
ERROR constants
Constant PEAR_ERROR_DIE
PEAR_ERROR_DIE in PEAR.php
ERROR constants
Constant PEAR_ERROR_EXCEPTION
WARNING: obsolete
Constant PEAR_ERROR_PRINT
PEAR_ERROR_PRINT in PEAR.php
ERROR constants
Constant PEAR_ERROR_RETURN
PEAR_ERROR_RETURN in PEAR.php
ERROR constants
Constant PEAR_ERROR_TRIGGER
PEAR_ERROR_TRIGGER in PEAR.php
ERROR constants
Constant PEAR_OS
PEAR_OS in PEAR.php
Page PEAR.php
PEAR.php in PEAR.php
Constant PEAR_ZE2
PEAR_ZE2 in PEAR.php
Method popErrorHandling
Pop the last error handler used
Method popExpect
PEAR::popExpect() in PEAR.php
This method pops one element off the expected error codes stack.
Method pushErrorHandling
Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
r
top
Method raiseError
PEAR::raiseError() in PEAR.php
This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. If the $mode and $options parameters are not specified, the object's defaults are used.
Method registerShutdownFunc
Use this function to register a shutdown method for static classes.
s
top
Method setErrorHandling
Sets how errors generated by this object should be handled.
Method staticPopErrorHandling
Method staticPushErrorHandling
t
top
Method throwError
PEAR::throwError() in PEAR.php
Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
Method toString
Make a string representation of this object.
u
top
Variable $userinfo
a b c d e g i l m o p r s t u _