Performs an unsigned right shift.
This is the same as the unsigned right shift operator ">>>" in other languages.
@param integer $a @param integer $b @return integer
See Implementation
Performs an unsigned right shift.
This is the same as the unsigned right shift operator ">>>" in other languages.
@param integer $a @param integer $b @return integer