php Bitwise Operators.
Take the full course from here:
http://php.link/bootcamp
This video covers AND, OR, shift left, and shift right bitwise operators in php.
Bitwise operators allow evaluation and manipulation of specific bits within an integer, The Bitwise operators is used to perform bit-level operations on the operands.
What Are Bitwise Operators And What are there use?