php / 8.1.5 / reflectionclassconstant.getname.html /

ReflectionClassConstant::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getNameGet name of the constant

Description

public ReflectionClassConstant::getName(): string

Parameters

This function has no parameters.

Return Values

Returns the constant's name.

Changelog

Version Description
8.1.0 Throws an Error in case the name property has not been initialized. Previously, the method returned false on failure.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclassconstant.getname.php