February 2013
Intermediate to advanced
538 pages
20h 55m
English
call_user_func_array
mixed call_user_func_array(stringfunction, arrayparameters)
Similar to call_user_func(),
this function calls the function named
function with the parameters in the array
parameters. The comparison to check for a
matching function is case-insensitive. Returns the value returned
by the function.
Read now
Unlock full access