I have defined a constant in PHP e.g.
define('CONSTANT_NAME', 'constant_value');
I want to be able to change the value of this constant later on in the code.
Can this be done? If so, how?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…