ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::isPrivateChecks if class constant is private

說明

public ReflectionClassConstant::isPrivate(): bool

Checks if the class constant is private.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

true if the class constant is private, otherwise false

參見