ReflectionFunctionAbstract
PHP 手册

ReflectionFunctionAbstract::getName

(PHP 5)

ReflectionFunctionAbstract::getNameGets function name

说明

public string ReflectionFunctionAbstract::getName ( void )

Get the name of the function.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

The name of the function.

参见


ReflectionFunctionAbstract
PHP 手册