PHP 8.3.7 Released!

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getShortNameObtém o nome curto da função

Descrição

public ReflectionFunctionAbstract::getShortName(): string

Obtém o nome curto da função (sem a parte do namespace).

Parâmetros

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

Valor Retornado

O nome curto da função.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top