ReflectionParameter::getName

(PHP 5, PHP 7)

ReflectionParameter::getNameGets parameter name

Descrição

public ReflectionParameter::getName ( void ) : string

Gets the name of the parameter.

Parâmetros

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

Valor Retornado

The name of the reflected parameter.

Veja Também

  • ReflectionParameter::getValue()