Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 33463 программиста и 1635 роботов. Сейчас ищут 1060 программистов ...
Errors and error handling
Вернуться к: COM
Exceptions (PHP 5)
This extension will throw instances of the class com_exception whenever there is a potentially fatal error reported by COM. All COM exceptions have a well-defined code property that corresponds to the HRESULT return value from the various COM operations. You may use this code to make programmatic decisions on how to handle the exception.
Вернуться к: COM