Help for this page

Select Code to Download


  1. or download this
    $input = 5;
    $input & 4 == 1;
    $input & 2 == 0;
    $input & 1 == 1;