|
forward_static_callCall a static method Beschreibung
mixed forward_static_call
( callable
$function
[, mixed $parameter
[, mixed $...
]] )
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 example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: B B more,args C other,args Siehe auch
|