|
forward_static_call_arrayCall a static method and pass the arguments as array Beschreibung
mixed forward_static_call_array
( callable
$function
, array $parameters
)
Calls a user defined function or method given by the Parameter-Liste
Rückgabewerte
Returns the function result, or Beispiele
Beispiel #1 forward_static_call_array example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: B B more,args C other,args Siehe auch
|