ReflectionClassConstant
PHP Manual

ReflectionClassConstant::isPublic

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPublicChecks if class constant is public

Beschreibung

public bool ReflectionClassConstant::isPublic ( void )

Checks if the class constant is public.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the class constant is public, otherwise FALSE

Siehe auch


ReflectionClassConstant
PHP Manual