ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0)

ReflectionFunctionAbstract::getShortNameGets function short name

Descrizione

public string ReflectionFunctionAbstract::getShortName ( void )

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

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The short name of the function.

Vedere anche:


ReflectionFunctionAbstract
PHP Manual