Dear Internals,

I would like to as you a question. I know that it is possible to use an
array to function parameters like: function(...array); But this method is
not working when the array is associative.

Would not be fine if an array like ['param1'=>'value', 'param2' => 'value']
would be used in a function like function(param1, param2) regardless of the
order?

I think it would make our lives is easier. I'd be also happy if you know if
there is more effective method to achieve the same result.

Thanks,
Midori

Reply via email to