$decode » History » Version 2
Per Amundsen, 06/26/2014 06:09 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$decode(text|&binvar, bhmut, N)* |
||
4 | |||
5 | Decodes text or &binvar using Uuencode, Mime or html codes. |
||
6 | |||
7 | If decoding a &binvar, returns the actual number of characters written to the &binvar. |
||
8 | |||
9 | Default is Uuencode. |
||
10 | |||
11 | *Parameters* |
||
12 | |||
13 | text|&binvar - The text or a &binvar to decode. |
||
14 | 2 | Per Amundsen | bhmut - b = indicates a &binvar is specified, h = hmtl codes decoding, m = mine decoding, u = Uuencode. (h is AdiIRC only) |
15 | 1 | Per Amundsen | N - TODO |