ReflectionFunctionAbstract::getShortName

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

ReflectionFunctionAbstract::getShortNameObtiene el nombre corto de una función

Descripción

public ReflectionFunctionAbstract::getShortName(): string

Obtiene el nombre corto de una función (sin la parte correspondiente al espacio de nombres).

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

El nombre corto de la función.

Ver también

add a note

User Contributed Notes

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