ReflectionFunctionAbstract::getNumberOfParameters

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

ReflectionFunctionAbstract::getNumberOfParametersGets number of parameters

Descrizione

public ReflectionFunctionAbstract::getNumberOfParameters(): int

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The number of parameters.

Vedere anche: