Home > Q&A > body text
<?php$x = false;$y = 3;if($x & $y ){ echo 'true';}else{ echo 'False';}//Look at the result againecho $y;?>
哎呀2018-07-27 17:25:28
Distinguish the difference between & and &&
Home
Course
Q&A
My