Dutch PHP Conference 2025 - Call For Papers

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Опис

public ReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The arguments passed to attribute.

add a note

User Contributed Notes

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