S Smith New member Feb 20, 2010 #1 <? $a=(4 >> 2); echo $a ?> I am trying to understand what Left << and Right >> shift is doing? Please can you explain?
<? $a=(4 >> 2); echo $a ?> I am trying to understand what Left << and Right >> shift is doing? Please can you explain?