ReflectionFunctionAbstract
在线手册:中文 英文
PHP手册

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0)

ReflectionFunctionAbstract::getShortNameGets function short name

说明

public string ReflectionFunctionAbstract::getShortName ( void )

Get the short name of the function (without the namespace part).

Warning

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

参数

此函数没有参数。

返回值

The short name of the function.

参见


ReflectionFunctionAbstract
在线手册:中文 英文
PHP手册