ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPrivateChecks if class constant is private

Descrierea

public ReflectionClassConstant::isPrivate ( void ) : bool

Checks if the class constant is private.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if the class constant is private, otherwise FALSE

A se vedea și