ReflectionFunctionAbstract::getParameters

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

ReflectionFunctionAbstract::getParametersGets parameters

Descrição

publicReflectionFunctionAbstract::getParameters(): array

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The parameters, as a ReflectionParameter object.

Veja Também

To Top