fork download
  1. <?php
  2.  
  3. $s = gzdeflate('blahblahblah');
  4.  
  5. echo bin2hex($s), PHP_EOL;
  6.  
  7. echo $r = gzinflate($s), PHP_EOL;
  8.  
  9. echo bin2hex($r), PHP_EOL;
  10.  
  11.  
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
4bca49cc48826200
blahblahblah
626c6168626c6168626c6168