Berserk Docs
Scalar FunctionsEncoding Functions

base64_decode_tostring

Decodes a base64 string.

Syntax

base64_decode_tostring(value)

Parameters

Prop

Type

Returns: string

Examples

Example 1

print base64_decode_tostring("VmFsaGFsbGE=")
print_0 (string)
Valhalla

On this page