error_clear_last

error_clear_last

(PHP 7)

error_clear_lastClear the most recent error

Description

void error_clear_last ( void )

Return Values

Clears the most recent errors, making it unable to be retrieved with error_get_last().

Examples