|
ReflectionConstant::isDeprecatedChecks if deprecated Description
public bool ReflectionConstant::isDeprecated()
Checks whether the constant is deprecated. ParametersThis function has no parameters. Return Values
ExamplesExample #1 ReflectionConstant::isDeprecated example
Output of the above example in PHP 8.4: bool(true) |