| 
 | forward_static_callCall a static method Description
   mixed forward_static_call
    ( callable  $function[, mixed$parameter[, mixed$...]] )
   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 
<?phpThe above example will output: B B more,args C other,args See Also
 
 |