Call a user defined function given by the function
parameter.
functionThe function to be called. Class methods may also be invoked statically using this function by passing array($classname, $methodname) to this parameter.
parameterZero or more parameters to be passed to the function.