PHP 8.4.6 Released!

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Description

public ReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Parameters

This function has no parameters.

Return Values

The arguments passed to attribute.

User Contributed Notes

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