ReflectionMethod
PHP Manual

ReflectionMethod::invoke

(PHP 5)

ReflectionMethod::invokeInvoke

Opis

public mixed ReflectionMethod::invoke ( object $object , string $args )

Invokes a reflected method.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

object

The object to invoke.

args

The passed in argument list. It accepts a variable number of arguments which are passed to the function much like call_user_func() is.

Zwracane wartości

Zobacz też:


ReflectionMethod
PHP Manual