ReflectionFunctionAbstract::getParameters

(PHP 5, PHP 7)
Gets parameters
public array ReflectionFunctionAbstract::getParameters ( void )

Get the parameters as an array of ReflectionParameter.

Returns:

The parameters, as a ReflectionParameter object.

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

See also:

ReflectionFunctionAbstract::getNumberOfParameters() -

func_get_args() -

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

Please login to continue.