Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Compress::Zlib::uncompress(substr $data, 8);
  2.  
  3. uncompress(Bytef *dest, uLongf *destLen, Bytef *source, uLongf *sourceLen);
  4.  
  5. $data = "F" . substr($data, 1, 7)
  6. . Compress::Zlib::uncompress(substr $data, 8);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement