FORWARD_STATIC_CALL
Call a static method
SYNTAX
forward_static_call ( callable $function [, mixed $... ] ) : mixed
PARAMETERS
function
The function or method to be called. This parameter may be an array, with the name of the class, and the method, or a string, with a function name.
...
Zero or more parameters to be passed to the function.
RETURN
Returns the function result, or FALSE on error.
EXAMPLES
B B some args
B A more args
C other args