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
private function function_with_many_params(
$param1='Default of param1',
$param2='Super default for the second',
$param3=null, $param4='Why did you not put this param on a separte line?',
$param5='maybe even another parameter'
){
return 0;
}