string base64_decode ( string $data [, bool $strict = false ] )
Decodes a base64 encoded data.
Returns the original data or FALSE on failure. The returned data may be binary.