update : 2015.11.03
php.shukuma.com검색:
|
set_exception_handler(PHP 5, PHP 7) set_exception_handler — Sets a user-defined exception handler function 설명
Sets the default exception handler if an exception is not caught within a
try/catch block. Execution will stop after the
인수
반환값
Returns the name of the previously defined exception handler, or 변경점
예제
Example #1 set_exception_handler() example
<?php 참고
|