+ 3
define("MSG", "Hi Sololearners", true); what does that true signify?
3 Answers
+ 3
case insensitive (true) or not (false)
+ 1
it signify that if u declare a constant with a case insensitive you can write the output by just echo msg; without considering the uppercase of the constant name