base64.php 67 B

1234
  1. <?
  2. $buf .= pack("cl*", 6, 1);
  3. echo base64_encode($buf);
  4. ?>