Hello,
I'm trying to read the contents of a compressed file. If I uncompress the contents of the file using gzuncompress and then try to read it I get the usual goobly gook when I echo the contents in this manner:
$buffer = gzuncompress( $buffer, $size ) ;
echo "<p>buffer-->>$buffer<hr>";
Is there anyway to further decode the contents of the file?
Thanks,
Clem C
reading file contents after using gzuncompress
Moderator: General Moderators
-
clem_c_rock
- Forum Commoner
- Posts: 46
- Joined: Mon Jun 07, 2004 9:18 am
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia