fork download
  1. <?php
  2.  
  3. $i = 6;
  4. $ar = pack("C", $i);
  5.  
  6. echo $ar;
Success #stdin #stdout 0.02s 25788KB
stdin
Standard input is empty
stdout