Universeorange.com/Docs/

R3m/framework Function reference string.base64.decode

{string.base64.decode(String $string, Boolean $strict=false)}

Decodes data encoded with MIME base64.

string

The encoded data.

strict

If the strict parameter is set to true then the {string.base64.decode()} function will return false if the input contains character from outside the base64 alphabet.  
Otherwise invalid characters will be silently discarded.

Returns the decoded data or false on failure. The returned data may be binary.

More information:

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

Last modified: 2021-06-07

© 2021 universeorange.com