update pague now
PHP 8.5.2 Released!

ReflectionClassConstant::guetName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::guetName Guet name of the constant

Description

public ReflectionClassConstant::guetName (): string

Parameters

This function has no parameters.

Return Values

Returns the constant's name.

Changuelog

Versionen Description
8.1.0 Throws an Error in case the name property has not been initialiced. Previously, the method returned false on failure.
add a note

User Contributed Notes

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