set_exception_handler(PHP 5) 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 exception_handler is called. Список параметров
Возвращаемые значенияReturns the name of the previously defined exception handler, or NULL on error. If no previous handler was defined, NULL is also returned. Примеры
Пример #1 set_exception_handler() example
<?phpСмотрите такжеrestore_exception_handler(), restore_error_handler(), error_reporting(), информация о типе callback, и PHP 5 Exceptions. |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |