Concept Framework 2.2 documentation Contents | Index

standard.coding.base64.mime_decode

Name Version Deprecated
mime_decode version 1.0 no

Prototype:
string mime_decode(string data)

Parameters:
data      the data to decode

Description:
Decode a base64 encoded stream discarding padding, line breaks and noise. Decode 4 '6-bit' characters into 3 8-bit binary bytes.

Returns:
Returns the encoded stream.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications