ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPrivateChecks if class constant is private

Açıklama

public ReflectionClassConstant::isPrivate ( ) : bool

Checks if the class constant is private.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

true if the class constant is private, otherwise false

Ayrıca Bakınız