|
forward_static_callCall a static method Description
mixed forward_static_call(callable
$callback, mixed ...$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 example The above example will output: B B more,args C other,args See Also
|