ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0)

ReflectionFunctionAbstract::getShortNameGets function short name

Descrição

public string ReflectionFunctionAbstract::getShortName ( void )

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

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The short name of the function.

Veja Também


ReflectionFunctionAbstract
PHP Manual