Call a user defined function given by the function parameter.
Parameters
function
The function to be called. Class methods may also be invoked statically using this function by passing array($classname, $methodname) to this parameter.
parameter
Zero or more parameters to be passed to the function.
Note: Note that the parameters for call_user_func() are not passed by reference.