PHP Handbuchset_exception_handlerBeschreibungstring set_exception_handler ( callback exception_handler )
Sets the default exception handler if an exception is not caught within a
try/catch block. Execution will stop after the
Parameter Liste
RückgabewerteReturns the name of the previously defined exception handler, or NULL on error. If no previous handler was defined, NULL is also returned. Siehe auchrestore_exception_handler(), restore_error_handler(), error_reporting(), Informationen über den Callback-Typ, und PHP 5 Exceptions.
|
PHP-Index
Neuzugänge PHP MySQL Tutorials
|
|