Skip to content Skip to sidebar Skip to footer

Gzinflate String Compressed Via Js

I'm trying to compress a massive JS object on the client side via Pako and than get it back on the PHP-script. JS code const save_str = JSON.stringify(massive_object); const gz_str

Solution 1:

You want gzdecode(), not gzinflate().


Post a Comment for "Gzinflate String Compressed Via Js"