| 
 | forward_static_call_arrayCall a static method and pass the arguments as array Description
   mixed forward_static_call_array
    ( callable  $function, array$parameters)
   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 
<?phpThe above example will output: B B more,args C other,args See Also
 
 |