PHP Conference Japan 2024

ReflectionParameter::isPromoted

(PHP 8)

ReflectionParameter::isPromoted检查参数是否提升为属性

描述

public ReflectionParameter::isPromoted(): bool

检查参数是否提升为属性。

参数

此函数没有参数。

返回值

如果参数被提升为属性,则返回true,否则返回false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top