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