Question:$alive=false; //$alive is false. $alive=1; //$alive is true. $alive=0; //$alive is false. $alive=-1; //$alive is true. Which data type indicates the above example?
A Boolean B String C array D printf
+ AnswerA
+ Report