Help for this page
Select Code to Download
Select
or
download this
$input = 5; $input & 4 == 1; $input & 2 == 0; $input & 1 == 1;