base64_encode
Encodes a string into Base64 format.
Parameters
str{String}: The input string. This parameter is required.returns{String}: The encoded string.
Usage
{{ base64_encode str }}
Example
{{{ base64_encode 'hello world' }}}
Was this article helpful to you?