PHP » GoLang |
login |
register |
about
|
GoLang restore_exception_handler
request it (419)
GoLang replacement for PHP's restore_exception_handler
[edit | history]
restore_exception_handler(PHP 5, PHP 7) restore_exception_handler — Restores the previously defined exception handler function Description
bool restore_exception_handler
( void
)
Used after changing the exception handler function using set_exception_handler(), to revert to the previous exception handler (which could be the built-in or a user defined function). Return Values
This function always returns Examples
Example #1 restore_exception_handler() example
<?php The above example will output: [exception_handler_1] This triggers the first exception handler... See Also
|
more
Recently updated
more
Most requested
more
Last requests
|