PHP 8.4.0 RC4 available for testing

ReflectionParameter::getName

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::getNameObtém o nome do parâmetro

Descrição

public ReflectionParameter::getName(): string

Obtém o nome do parâmetro.

Parâmetros

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

Valor Retornado

O nome do parâmetro refletido.

Veja Também

  • ReflectionParameter::getValue()

adicione uma nota

Notas Enviadas por Usuários (em inglês) 1 note

up
17
mike
9 years ago
FYI, it returns the parameter name without the dollars($) sign at the start.
To Top