Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
set_exception_handler
set_exception_handler
Set user-defined exception handling functions
Name:
set_exception_handler
Category:
Error handling
Programming Language:
php
One-line Description:
Set user-defined exception handling functions.
Related
PHP and MySQL Date and Time Handling Tips: Formatting, Calculation, and Storage
8
Implementing Persistent Connections with mysqli::real_connect: Tips and Best Practices
4
mb_get_info application techniques in multi-byte string processing
1
How to handle end of namespace declaration in XML using xml_set_end_namespace_decl_handler?
4
Similar Functions
user_error
user_error
trigger_erroralias
debug_print_backtrace
debug_print_backtrace
Printatraceback
error_clear_last
error_clear_last
Clearthelatesterror
restore_error_handler
restore_error_handler
Restorethepreviouser
error_get_last
error_get_last
Getthelasterror
restore_exception_handler
restore_exception_handler
Recovertheexceptionh
trigger_error
trigger_error
Generateauser-levele
debug_backtrace
debug_backtrace
Generateabacktrace
Popular Articles