decompression - Decompress LZString in PHP -


i used lzstring in javascript compress json data , post php program. (http://pieroxy.net/blog/pages/lz-string/index.html)

i have binary code want decompress in php, use lzstring.php repository : https://github.com/nullpunkt/lz-string-php/blob/master/src/lzstring.php

when use compress() method error, when use decompressfrombase64() method there no error funstion return empty string !

how can decompress lzstring in php ?

my data same picture: enter image description here


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -