|
ReflectionMethod::invokeArgsInvoke args Beschreibung
public mixed ReflectionMethod::invokeArgs
( object
$object
, array $args
)Invokes the reflected method and pass its arguments as array. Parameter-Liste
RückgabewerteReturns the method result. Fehler/Exceptions
A ReflectionException if the A ReflectionException if the method invocation failed. Beispiele
Beispiel #1 ReflectionMethod::invokeArgs example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: Hello Mike Anmerkungen
|