PHPのお勉強!

PHP TOP

ReflectionClass::getModifiers

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getModifiersクラス修飾子を取得する

説明

public ReflectionClass::getModifiers(): int

このクラスのアクセス修飾子のビットフィールドを返します。

パラメータ

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

戻り値

修飾子定数 のビットマスクを返します。

参考

add a note

User Contributed Notes

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