ReflectionFunctionAbstract::getName
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::getName — Gets function name
Description
public ReflectionFunctionAbstract::getName():
string
Get the name of the function.
Parameters
This function has no parameters.
Return Values
The name of the function.
PR ¶ 4 years ago
If you call getName() on an anonymous function you'll get "{closure}".