runkit_constant_redefine()
runkit_constant_redefine - Redefine an already defined constantSyntax
bool runkit_constant_redefine (string $constname, mixed $newvalue)Arguments
- constname - Constant to redefine. Either string indicating global constant, or classname::constnameindicating class constant.
- newvalue - New value to assign to constant.
