PHP 8.1.28 Released!

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.
add a note

User Contributed Notes

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