February 2013
Intermediate to advanced
538 pages
20h 55m
English
forward_static_call_array
mixed forward_static_call_array(callablefunction, arrayparameters)
Calls the function named function in
the current object’s context with the parameters in the array
parameters. If
function includes a class name, it uses
late static binding to find the appropriate class for the method.
Returns the value returned by the function.
Read now
Unlock full access