ReflectionClassConstant::isPrivate

(PHP 7 >= 7.1.0)

ReflectionClassConstant::isPrivateChecks if class constant is private

Descrierea

public ReflectionClassConstant::isPrivate ( ) : bool

Checks if the class constant is private.

Parametri

Această funcție nu are parametri.

Valorile întoarse

true if the class constant is private, otherwise false

A se vedea și

add a note add a note

User Contributed Notes

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