runkit7_constant_remove
PHP function
Edit on GitHub ✎
(PECL runkit7 >= Unknown)
Remove/Delete an already defined constant
Description
runkit7_constant_remove(string $constant_name): bool
Parameters
constant_nameName of the constant to remove. Either the name of a global constant, or
classname::constnameindicating a class constant.
Return Values
Success