PHP 8.4.6 Released!

ReflectionAttribute::getName

(PHP 8)

ReflectionAttribute::getNameGets attribute name

Description

public ReflectionAttribute::getName(): string

Gets the attributes name.

Parameters

This function has no parameters.

Return Values

The name of the attribute.

User Contributed Notes

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