CakeFest 2024: The Official CakePHP Conference

ReflectionProperty::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getModifiersプロパティの修飾子を取得する

説明

public ReflectionProperty::getModifiers(): int

修飾子を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

修飾子の数値表現を返します。 これらの修飾子の実際の意味は、 定義済みの定数 で説明しています。

参考

add a note

User Contributed Notes

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