mem_uncompress uncompresses a string that was compressed with mem_compress.
Return Value
ssString is a scalar string which may contain Null-characters.
Parameters
ssStringCompressed is the compressed string (mem_compress).
Example
see mem_compress.
Comment
This function uses the zlib-Library (http://www.gzip.org/zlib/). Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler.
History
| Version | Description |
|---|---|
| 5.0.0 | ??? |
| 4.2.0 | New |
See also
Overview Strings, mem_compress, CompressFile, DeCompressFile
id-290043