Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16246 программистов и 1780 роботов. Сейчас ищут 1827 программистов ...
HaruDoc::resetError - Reset error state of the document handle
Вернуться к: HaruDoc
HaruDoc::resetError
(PECL haru >= 0.0.1)
HaruDoc::resetError — Reset error state of the document handle
Описание
bool HaruDoc::resetError
( void
)
Once an error code is set, most of the operations, including I/O processing functions cannot be performed. In case if you want to continue after the cause of the error has been fixed, you have to invoke this function in order to reset the document error state.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Always succeeds and returns TRUE
.
Вернуться к: HaruDoc