Project

General

Profile

$decompress » History » Version 9

Per Amundsen, 01/06/2019 08:11 AM

1 1 Per Amundsen
_Added in 1.9.4_
2
3 7 Per Amundsen
*$decompress(file|&bvar, blNmN)*
4 1 Per Amundsen
5
Decompresses the specified file or binary variable.
6
7 9 Per Amundsen
_If no mN parameter is specified, AdiIRC will try detect the type._
8 4 Per Amundsen
9
_Can be used to decompress theme files._
10 1 Per Amundsen
11 7 Per Amundsen
_See also [[$compress]]._
12
13 1 Per Amundsen
*Parameters*
14
15
file|&binvar - File or &binvar to decompress.
16 6 Per Amundsen
blN - b indicates a &binvar is specified. iN = TODO, mN = TODO
17 7 Per Amundsen
lN - TODO
18 8 Per Amundsen
mN - If N = 1 is raw (default), N = 2 is zlib, and N = 3 is gzip.