does anybody know, which Compression-Method the WinDev-Function Compress() uses and maybe, how to decompress the result in php?
The API of WinDev only says "binary" compression, but no further details about it. http://doc.windev.com/en-US/?3024012&product=WD&productversion=XXA150
In php I can use unpack(), but have to say which format. Without knowlegde it's a search of a needle in a haystack.
Maybe there's anyone, who has already done this, and could help me out.
Sample: zip-File containing a sample-Result of the Compress()-Function and the plain content for comparison