Scalar FunctionsEncoding Functions
base64_decode_toarray
Decodes a base64 string to an array of long values.
Syntax
base64_decode_toarray(value)Parameters
Prop
Type
Returns: dynamic
Examples
Example 1
print base64_decode_toarray("cmFnbmFy")| print_0 (dynamic) |
|---|
| [114,97,103,110,97,114] |