ReflectionClassConstant::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getNameGet name of the constant

Descrizione

public ReflectionClassConstant::getName(): string

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the constant's name.

Log delle modifiche

Versione Descrizione
8.1.0 Throws an Error in case the name property has not been initialized. Previously, the method returned false on failure.
add a note add a note

User Contributed Notes

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