PHP Conference Japan 2024

ReflectionParameter::isPromoted

(PHP 8)

ReflectionParameter::isPromoted檢查參數是否提升為屬性

說明

public ReflectionParameter::isPromoted(): bool

檢查參數是否提升為屬性。

參數

此函式沒有參數。

傳回值

如果參數提升為屬性,則傳回 true,否則傳回 false

參見

新增註釋

使用者提供的註釋

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