PHP 8.5.0 Alpha 2 available for testing

ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameDevuelve el nombre del atributo

Descripción

public ReflectionAttribute::getName(): string

Devuelve el nombre del atributo.

Parámetros

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

Valores devueltos

El nombre del atributo.

add a note

User Contributed Notes

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