HaruDoc::resetError

(PECL haru >= 0.0.1)
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.

Returns:

Always succeeds and returns TRUE.

doc_php
2016-02-24 16:03:11
Comments
Leave a Comment

Please login to continue.