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 |
Decodes a base64 string.
base64_decode_tostring(value)Prop
Type
Returns: string
print base64_decode_tostring("VmFsaGFsbGE=")| print_0 (string) |
|---|
| Valhalla |