ReflectionFunction::getName
(excerpt from http://php.net/manual/en/reflectionfunctionabstract.getname.php )
public function getName(): string;
Get the name of the function. Warning: This function is currently not documented; only its argument list is available.
Returns
string
- The name of the function.