PHP DAY 9-1 Bit Operations
2017-09-25
Source

Source

Output

Output

To understand bit operations, I need to understand binary.
In this example 7 in binary is 00000111, 8 is 00001000.

Do I ever used those bit operations? I don't know. But I know PHP can handle bit operations. It is good to know.