unsignedRightShift()
unsignedRightShift(int $a, int $b) : int
Performs an unsigned right shift.
This is the same as the unsigned right shift operator ">>>" in other languages.
Parameters
int | $a | |
int | $b |
General bit utilities.
All utility methods are based on 32-bit integers and also work on 64-bit systems.