+ 1
What is boolean?
6 Answers
+ 11
Variables that hold values "true" or "false"âŠ
+ 5
boolean is a data type having only two possible values: true or false.
+ 1
boolean is a type of data values that can hold two values: true or false
0
y
0
in php anything or somthing =true and 0000 or empty=false
0
by using boolean whether condition is true returns "true"
if condition failes returns "false"