ReflectionClassConstant::isProtected

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isProtectedChecks if class constant is protected

Opis

public ReflectionClassConstant::isProtected ( void ) : bool

Checks if the class constant is protected.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the class constant is protected, otherwise FALSE

Zobacz też:

add a note add a note

User Contributed Notes

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