ReflectionClassConstant::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getNameGet name of the constant

Опис

public ReflectionClassConstant::getName(): string

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the constant's name.

Журнал змін

Версія Опис
8.1.0 Throws an Error in case the name property has not been initialized. Previously, the method returned false on failure.