$encode » History » Version 5
Per Amundsen, 04/08/2016 10:55 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | 5 | Per Amundsen | *$encode(text|&binvar, abhmut, N)* |
| 4 | 1 | Per Amundsen | |
| 5 | 3 | Per Amundsen | Encode text or &binvar using Uuencode, Mime or html codes. |
| 6 | 1 | Per Amundsen | |
| 7 | If encoding 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 encode. |
||
| 14 | 5 | Per Amundsen | abhmut - a = base32 encoding, b indicates a &binvar is specified, h = hmtl coded encoding, m = mine encoding, u = Uuencode. (h is AdiIRC only) |
| 15 | 1 | Per Amundsen | N - TODO |