fork download
  1. <?php
  2.  
  3. $a = 0x12ab32de;
  4. $b = ((0xfff00000 & $a) >> 20);
  5.  
  6. echo dechex($b); // 0x12a
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
12a