(PHP 5 >= 5.0.3, PHP 7)
Gets number of parameters
public int ReflectionFunctionAbstract::getNumberOfParameters ( void )
Get the number of parameters that a function defines, both optional and required.
Returns:
The number of parameters.
This function is currently not documented; only its argument list is available.
See also:
ReflectionFunctionAbstract::getNumberOfRequiredParameters() -
Please login to continue.