ReflectionMethod
PHP Manual

ReflectionMethod::invoke

(PHP 5)

ReflectionMethod::invokeInvoke

Descrierea

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

Invokes a reflected method.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

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.

Valorile întoarse

Vedeți de asemenea


ReflectionMethod
PHP Manual