ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPrivateChecks if class constant is private

Opis

public ReflectionClassConstant::isPrivate ( void ) : bool

Checks if the class constant is private.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the class constant is private, otherwise FALSE

Zobacz też:

add a note add a note

User Contributed Notes

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