Universeorange.com/Docs/

R3m/framework Function reference string.base64.encode

{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.

More information:

https://www.php.net/manual/en/function.base64-encode.php

Last modified: 2021-06-07

© 2021 universeorange.com