ReflectionFunctionAbstract::getNumberOfParameters

(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() -

func_num_args() -

doc_php
2016-02-24 16:13:35
Comments
Leave a Comment

Please login to continue.