what the difference between used true and false ???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what the difference between used true and false ????

false or true

9th Sep 2016, 7:18 AM
Raneem Mohamad
Raneem Mohamad - avatar
8 Answers
+ 3
true = case-insensitive false = case-sensitive
20th Sep 2016, 6:24 PM
Hubertt
Hubertt - avatar
+ 3
By default it is false means the define() name is case-sensetive ... MSG not like msg! if you set it to true it will means go insensitive and then MSG will be as msg no differ.
20th Sep 2016, 6:46 PM
PHPTam
+ 2
whats means sensitive ans insensitive
26th Sep 2016, 12:28 PM
islem
+ 1
. . . ...Oh, you are talking about define() from the lesson, right? Please precise your question next time. define("MSG", "Hi SoloLearners!", false); //defines a constant with a case-sensitive name (false is the default if the parameter is omitted) define("MSG", "Hi SoloLearners!", true); //defines a constant with a case-insensitive name
9th Sep 2016, 9:29 AM
Zen
Zen - avatar
+ 1
what is difference between case insensitive and case sensitive
28th Sep 2016, 4:28 PM
ajaykumar
0
lol
9th Sep 2016, 9:43 PM
Hemant singh patwal
Hemant singh patwal - avatar
0
we take first define keyword that keyword is show case-sensetive or not true show insensetive or false show sensetive
18th Nov 2016, 6:25 PM
Ashutosh
0
not clear with your question
21st Nov 2016, 12:46 PM
Nagaraj Kannan
Nagaraj Kannan - avatar