ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getNumberOfParameters

(PHP 5 >= 5.0.3)

ReflectionFunctionAbstract::getNumberOfParametersGets number of parameters

说明

public int ReflectionFunctionAbstract::getNumberOfParameters ( void )

Get the number of parameters that a function defines, both optional and required.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

The number of parameters.

参见


ReflectionFunctionAbstract
PHP Manual