ReflectionMethod
PHP 手册

ReflectionMethod::invoke

(PHP 5)

ReflectionMethod::invokeInvoke

说明

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

Invokes a reflected method.

Warning

本函数暂无文档,仅有参数列表。

参数

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.

返回值

参见


ReflectionMethod
PHP 手册