2024 年 PHP 日本研討會

ReflectionAttribute::getArguments

(PHP 8)

ReflectionAttribute::getArguments取得傳遞給屬性的引數

說明

public ReflectionAttribute::getArguments(): 陣列

取得傳遞給屬性的引數。

參數

此函式沒有參數。

回傳值

傳遞給屬性的引數。

新增註釋

使用者提供的註釋

此頁面沒有使用者提供的註釋。
To Top