define("MSG", "Hi Sololearners", true); what does that true signify? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

define("MSG", "Hi Sololearners", true); what does that true signify?

28th Feb 2018, 1:21 PM
Aditya Adhikary
Aditya Adhikary - avatar
3 Answers
28th Feb 2018, 1:33 PM
Akash Pal
Akash Pal - avatar
+ 3
case insensitive (true) or not (false)
5th Mar 2018, 10:14 AM
Ciaran McG
Ciaran McG - avatar
+ 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
8th Mar 2018, 4:06 PM
Godson