ReflectionFunctionAbstract::getName
(PHP 5)
ReflectionFunctionAbstract::getName — Gets function name
说明
public string ReflectionFunctionAbstract::getName
( void
)
Get the name of the function.
Warning
本函数还未编写文档,仅有参数列表。
参数
此函数没有参数。
返回值
The name of the function.
参见
- ReflectionFunctionAbstract::getExtensionName() - Gets extension name
- ReflectionFunctionAbstract::isUserDefined() - Checks if user defined
There are no user contributed notes for this page.
