<?php function foo($a = true, $b = true, $c = true) { var_dump(func_get_args(), func_num_args()); } foo(a: true, c:true);
You have javascript disabled. You will not be able to edit any code.