ReflectionFunctionAbstract::getName
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::getName — Gets function name
Beschreibung
Get the name of the function.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
The name of the function.
Siehe auch
- ReflectionFunctionAbstract::getExtensionName() - Gets extension name
- ReflectionFunctionAbstract::isUserDefined() - Checks if user defined