It would be great to have. Yes you can do similar with an array, but it helps a lot when you do complex method calls from different execution paths, which could populate or not the variables of the method. call_user_func_array helps but the method signature is polluted and not intuitive if we use array instead of the actual parameters needed.
It would be great to have. Yes you can do similar with an array, but it helps a lot when you do complex method calls from different execution paths, which could populate or not the variables of the method.
call_user_func_arrayhelps but the method signature is polluted and not intuitive if we use array instead of the actual parameters needed.