PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

set_error_handler> <restore_error_handler
Last updated: Fri, 18 Jul 2008

view this page in

restore_exception_handler

(PHP 5)

restore_exception_handler — Ripristina la funzione di gestione delle eccezioni definita in precedenza

Descrizione

bool restore_exception_handler ( void )

Utilizzata, dopo aver cambiato la funzione di gestione delle eccezioni con il comando set_exception_handler(), per tornare al gestore delle eccezioni precedente (che potrebbe essere la funzione incorporata o una funzione definita dall'utente). Questa funzione restituisce sempre TRUE.

Vedere anche set_exception_handler(), set_error_handler(), restore_error_handler() error_reporting()



add a note add a note User Contributed Notes
restore_exception_handler
There are no user contributed notes for this page.

set_error_handler> <restore_error_handler
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites