PHP: restore_exception_handler - Manual in Deutsh
PHP: restore_exception_handler - Manual in French
PHP: restore_exception_handler - Manual in Polish

You Are At PHP: restore_exception_handler - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

restore_exception_handler

(PHP 5)

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 TRUE.

See Also

set_exception_handler()
set_error_handler()
restore_error_handler()
error_reporting()

Numizmatyka
Agencja Reklamowa Katowice
analizy
banki kredyty
salon

Another Useful functions:


zend-api.zend-restore-ini-entry | zend-api.zend-restore-compiled-script-encoding | zend-api.zend-restore-compiled-filename | function.stream-wrapper-restore | function.restore-include-path | function.restore-exception-handler | function.restore-error-handler | function.ps-restore | function.pdf-restore | function.ncurses-slk-restore | function.ncurses-scr-restore | function.ini-restore | function.ibase-restore | function.dbplus-restorepos | function.cpdf-restore |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.