ReflectionClassConstant::getModifiers

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getModifiersGets the class constant modifiers

說(shuō)明

public ReflectionClassConstant::getModifiers(): int

Returns a bitfield of the access modifiers for this class constant.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

A numeric representation of the modifiers. The actual meaning of these modifiers are described under predefined constants.

參見(jiàn)