JAVA gzip.read AND PHP
Posted
by Mantas
on Stack Overflow
See other posts from Stack Overflow
or by Mantas
Published on 2010-04-12T13:19:21Z
Indexed on
2010/04/12
13:23 UTC
Read the original article
Hit count: 267
I have line in JAVA and in while i get number: i = gzipinputstream1.read(abyte0, j, 4096);
From while number: 959 1552 1577 1617 1680
when i want use in php: $i = fread($handle, 959):
while return: 959, 959, 959, 5
How make that in PHP result will be the some. thanks
© Stack Overflow or respective owner