Php/docs/reflectionfunctionabstract.getnumberofparameters
来自菜鸟教程
ReflectionFunctionAbstract::getNumberOfParameters
(PHP 5 >= 5.3.0, PHP 7)
ReflectionFunctionAbstract::getNumberOfParameters — 获取参数数目
说明
public ReflectionFunctionAbstract::getNumberOfParameters ( ) : int
获取函数定义的参数数目,包括可选参数
Warning 本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
参数的个数
参见
- ReflectionFunctionAbstract::getNumberOfRequiredParameters() - 获取必须输入参数个数
- func_num_args() - Returns the number of arguments passed to the function