Does PHP allow named parameters so that optional arguments can be omitted from function calls?
Is it possible in PHP to specify a named optional parameter when calling a function/method, skipping the ones you don’t want to specify (like in python)? Something like: function foo($a, $b = ”, $c = …