Redirects the browser to another URL and terminates programme execution.
public static function UnbUi::RedirectAndExit ($url, $params = null, $hash = null);
(string) URL to redirect the browser to
(array(name => value)) Associative array of URL parameters to append to the URL
(string) Page anchor
This requires output buffering to be active to clear any previously printed output. Output buffering is normally enabled in UnbEnvironment::EnableHttpCompression, called by UnbEnvironment::SetupEnvironment, called by UnbUi::Init.
Member of class: UnbUi
Implementation file: ui.class.php, line 382
© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-22.