March 2002
Intermediate to advanced
528 pages
21h 29m
English
call_user_func
mixed call_user_func(stringfunction[, mixedparameter1[, ... mixedparameterN]])
Calls the function given in the first parameter. Additional parameters are used as parameters when calling the function. The comparison to check for a matching function is case-insensitive. Returns the value returned by the function.