BASE64_DECODE
Decodes a string that contains base64 encoded data returning a decoded string. The encoded data must be text.
Declaration
BASE64_DECODE(base64_data) -> decoded_string
Parameters
Return Values
- decoded_string
- string -The decoded string.
Decodes a string that contains base64 encoded data returning a decoded string. The encoded data must be text.
BASE64_DECODE(base64_data) -> decoded_string