Concept Framework 1.0 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: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software