HTML_Progress2::hide
HTML_Progress2::hide — Hides the progress meter
require_once 'Progress2.php';
void HTML_Progress2::hide();;
void HTML_Progress2::hide(
)
Once the process is over hide() method provides a solution to remove/hide the progress meter of the browser screen.
hide()
throws no exceptions thrown
since 2.0.0
This function can not be called statically.