GoLang ReflectionFunctionAbstract::getNumberOfParameters

request it (329)
GoLang replacement for PHP's ReflectionFunctionAbstract::getNumberOfParameters [edit | history]



Do you know a GoLang replacement for PHP's ReflectionFunctionAbstract::getNumberOfParameters? Write it!

PHP ReflectionFunctionAbstract::getNumberOfParameters

PHP original manual for ReflectionFunctionAbstract::getNumberOfParameters [ show | php.net ]

ReflectionFunctionAbstract::getNumberOfParameters

(PHP 5 >= 5.3.0, PHP 7)

ReflectionFunctionAbstract::getNumberOfParametersGets number of parameters

Description

public int ReflectionFunctionAbstract::getNumberOfParameters ( void )

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

The number of parameters.

See Also