ReflectionClassConstant::getName

(PHP 7 >= 7.1.0)

ReflectionClassConstant::getNameGet name of the constant

Descrierea

public ReflectionClassConstant::getName ( ) : string|false

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns the constant's name, sau false în cazul eșecului.

add a note add a note

User Contributed Notes

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