fork download
  1. <?php
  2.  
  3. var_export(unpack("H*", gzdeflate("Hello", 9)));
Success #stdin #stdout 0.02s 25244KB
stdin
Standard input is empty
stdout
array (
  1 => 'f348cdc9c90700',
)