PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Windev Compress(): which compression format is used
Windev Compress(): which compression format is used
Iniciado por SOHAMMAOOR, set., 15 2022 2:23 PM - Sem resposta
Membro registado
2 mensagems
Publicado em setembro, 15 2022 - 2:23 PM
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/…

In php I can use unpack(), but have to say which format. Without knowledge it's a search of a needle in a haystack.

Maybe there's anyone, who has already done this, and could help me out.