ReflectionFunctionAbstract
PHP Manual

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).

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

The short name of the function.

参考


ReflectionFunctionAbstract
PHP Manual