|
ReflectionClassConstant::isDeprecatedChecks if deprecated Description
public bool ReflectionClassConstant::isDeprecated()
Checks whether the class constant is deprecated. ParametersThis function has no parameters. Return Values
ExamplesExample #1 ReflectionClassConstant::isDeprecated example
The above example will output: bool(true) See Also
|