ReflectionFunctionAbstract
PHP 手册

ReflectionFunctionAbstract::getName

(PHP 5)

ReflectionFunctionAbstract::getNameGets function name

说明

public string ReflectionFunctionAbstract::getName ( void )

Get the name of the function.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

The name of the function.

参见


ReflectionFunctionAbstract
PHP 手册