ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0, PHP 7)

ReflectionFunctionAbstract::getShortNameGets function short name

Descrição

public ReflectionFunctionAbstract::getShortName ( void ) : string

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