ReflectionFunctionAbstract::getName
(PHP 5)
ReflectionFunctionAbstract::getName — Gets function name
Descrição
public string ReflectionFunctionAbstract::getName
( void
)
Get the name of the function.
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
The name of the function.
Veja Também
- ReflectionFunctionAbstract::getExtensionName() - Gets extension name
- ReflectionFunctionAbstract::isUserDefined() - Checks if user defined