February 2013
Intermediate to advanced
538 pages
20h 55m
English
call_user_func
mixed call_user_func(stringfunction[, mixedparameter1[, ... mixedparameterN]])
Calls the function given in the first parameter. Additional parameters are used as such when calling the function. The comparison to check for a matching function is case-insensitive. Returns the value returned by the function.
Read now
Unlock full access