(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ReflectionFunctionAbstract::getName — 获取函数名
获取函数的名称。
此函数没有参数。
函数的名称。
如果你在匿名函数上调用 getName(),你会得到 "{closure}"。