base64_decode -- Decodes data encoded with MIME base64
Description
string base64_decode(string encoded_data);
Base64_decode() decodes
encoded_data and returns the original
data. The returned data may be binary.
See also: base64_encode(), RFC-2045 section
6.8.
This PHP manual is Copyright © 1997, 1998, 1999, 2000 the PHP Documentation Group. It has been licensed under the GPL. Permission granted for display on the Abscissa Tech web site on March 9, 2000. The most recent PHP documentation is available at http://www.php.net/.