ReflectionFunction
PHP Manual

ReflectionFunction::invoke

(PHP 5)

ReflectionFunction::invokeInvokes function

Descrição

public mixed ReflectionFunction::invoke ([ string $args ] )

Invokes a reflected function.

Parâmetros

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.

Valor Retornado

Veja Também


ReflectionFunction
PHP Manual