ReflectionClassConstant
PHP Manual

ReflectionClassConstant::isPublic

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPublicChecks if class constant is public

Description

public bool ReflectionClassConstant::isPublic ( void )

Checks if the class constant is public.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

TRUE if the class constant is public, otherwise FALSE

Voir aussi


ReflectionClassConstant
PHP Manual