Module encoding

Module encoding 

Source
Expand description

Encoding utilities - Base64, Quoted-Printable, URL encoding

Functionsยง

base64_decode
Decodes Base64 to bytes
base64_encode
Encodes bytes to Base64
generate_boundary
Generates boundary for multipart messages
quoted_printable_encode
Encodes text to Quoted-Printable
url_encode
URL encodes a string