Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 369 Bytes

base64-decode.md

File metadata and controls

11 lines (8 loc) · 369 Bytes

base64-decode()

string base64-decode(string input [, boolean strict])

Decodes the Base64 encoded data given in the input parameter.

If the optional strict parameter equals true(), the function will return false() if the input contains characters that are not part of the Base64 alphabet. Otherwise invalid characters will be silently dropped.