Universeorange.com/Docs/
{string.base64.encode(String $string)}
Encodes data with MIME base64.
Encodes the given string
with base64.
This encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean, such as mail bodies.
Base64-encoded data takes about 33% more space than the original data.
Returns the encoded data, as a
string
.
https://www.php.net/manual/en/function.base64-encode.php
Last modified: 2021-06-07
© 2021 universeorange.com