base64_encode
base64_encode(data: string
| number[]
): string
Encodes a string or array of integers from 0 to 255 to the Base64 encoding
Parameters
data:
string
String or array of integers from 0 to 255 to encode
Returns
type:
string
base64_encode(data: string
| number[]
): string
Encodes a string or array of integers from 0 to 255 to the Base64 encoding
string
String or array of integers from 0 to 255 to encode
string