February 2013
Intermediate to advanced
538 pages
20h 55m
English
forward_static_call
mixed forward_static_call(callablefunction[, mixedparameter1[, ... mixedparameterN]])
Calls the function named function in
the current object’s context with the parameters provided. 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