runkit_constant_remove()
runkit_constant_remove - Remove/Delete an already defined constantSyntax
bool runkit_constant_remove (string $constname)Arguments
- constname - Name of constant to remove. Either a string indicating a global constant, or classname::constnameindicating a class constant.
