PHP Manualset_exception_handler(PHP 5) set_exception_handler — Sets a user-defined exception handler function Description
Sets the default exception handler if an exception is not caught within a
try/catch block. Execution will stop after the
Parameters
Return Values
Returns the name of the previously defined exception handler, or Examples
Example #1 set_exception_handler() example
<?php See Also
![]() |
PHP-Index
New Tutorial entries
|