ReflectionFunctionAbstract::getParameters

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getParametersGets parameters

Description

public ReflectionFunctionAbstract::getParameters(): array

Get the parameters as an array of ReflectionParameter, in the order in which they are defined in the source.

Parameters

This function has no parameters.

Return Values

The parameters, as a ReflectionParameter object.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top