|
forward_static_call_arrayCall a static method and pass the arguments as array Description
mixed forward_static_call_array(callable
$callback , array $args )
Calls a user defined function or method given by the Parameters
Return Values
Returns the function result, or Examples
Example #1 forward_static_call_array example
The above example will output: B B more,args C other,args See Also
|