You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function simpleErrorHandler($errorLevel, $errorMessage){ //
//zpravání chyby (např. zalogování atp.)
}
set_error_handler('simpleErrorHandler');//zaregistrování příslušné funkce (2. parametr může obsahovat omezení úrovně chyb, které má funkce zpracovávat)