ReflectionFunctionAbstract::getParameters
(PHP 5)
ReflectionFunctionAbstract::getParameters — Gets parameters
说明
public array ReflectionFunctionAbstract::getParameters
( void
)
Get the parameters as an array of ReflectionParameter.
Warning
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
The parameters, as a ReflectionParameter object.
参见
- ReflectionFunctionAbstract::getNumberOfParameters() - Gets number of parameters
- func_get_args() - Returns an array comprising a function's argument list
There are no user contributed notes for this page.
