base64_decode

 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.