ReflectionFunctionAbstract::getParameters
(PHP 5)
ReflectionFunctionAbstract::getParameters — Gets parameters
Description
public array ReflectionFunctionAbstract::getParameters
( void
)
Get the parameters as an array of ReflectionParameter.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
The parameters, as a ReflectionParameter object.
See Also
- ReflectionFunctionAbstract::getNumberOfParameters() - Gets number of parameters
- func_get_args() - Returns an array comprising a function's argument list
There are no user contributed notes for this page.
