[CLOSED]
Hi,
I've a little problem with compress method. (This string is B64 encoded to compare it easly)
Look this :
B4A: SIlzdHJ2cXUDAAV+AZY=
PHP: eJxzdHJ2cXUDAAV+AZY=
B4A: H4sIAAAAAAAAAHN0cnZxdQMAaf52uwYAAAA=
PHP: H4sIAAAAAAAAA3N0cnZxdQMAaf52uwYAAAA=
The first line is compressed with ZLib and the 2nd GZip.
I don't know why, the result is different between B4A and PHP... However, the string encoded with B4A is decoded fine by PHP, but not in PHP to B4A.
Can you help me ? Thanks :sign0163:
Hi,
I've a little problem with compress method. (This string is B64 encoded to compare it easly)
Look this :
B4A: SIlzdHJ2cXUDAAV+AZY=
PHP: eJxzdHJ2cXUDAAV+AZY=
B4A: H4sIAAAAAAAAAHN0cnZxdQMAaf52uwYAAAA=
PHP: H4sIAAAAAAAAA3N0cnZxdQMAaf52uwYAAAA=
The first line is compressed with ZLib and the 2nd GZip.
I don't know why, the result is different between B4A and PHP... However, the string encoded with B4A is decoded fine by PHP, but not in PHP to B4A.
Can you help me ? Thanks :sign0163:
Last edited: