GoLang HaruDoc::resetError

request it (230)
GoLang replacement for PHP's HaruDoc::resetError [edit | history]



Do you know a GoLang replacement for PHP's HaruDoc::resetError? Write it!

PHP HaruDoc::resetError

PHP original manual for HaruDoc::resetError [ show | php.net ]

HaruDoc::resetError

(PECL haru >= 0.0.1)

HaruDoc::resetErrorReset error state of the document handle

Description

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.

Parameters

This function has no parameters.

Return Values

Always succeeds and returns TRUE.