PHP 8.6.0 Alpha 2 available for testing

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArgumentsGets arguments passed to attribute

Açıklama

public function ReflectionAttribute::getArguments(): array

Gets arguments passed to attribute.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The arguments passed to attribute.

add a note

User Contributed Notes

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