ReflectionClassConstant::isPublic

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPublicChecks if class constant is public

Opis

public ReflectionClassConstant::isPublic ( void ) : bool

Checks if the class constant is public.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the class constant is public, otherwise FALSE

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top