call_user_func_array Call a user function given with an array of parameters Description mixedcall_user_func_array stringfunction_name arrayparamarr Call a user defined function given by function_name, with the parameters in paramarr. For example: See also: call_user_func, call_user_method, call_user_method_array. This function was added to the CVS code after release of PHP 4.0.4pl1