• PHP Video Tutorials

PHP - Function restore_exception_handler()



Syntax

bool restore_exception_handler ( void );

Definition and Usage

This function is 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).

Parameters

Sr.No Parameter & Description
1

void

NA

Return Value

This function always returns TRUE.

php_function_reference.htm
Advertisements