Russian Ukraine English
Catalog RSS


base64_decode

(PHP 3, PHP 4 )

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.

Led