Base64 Encode/Decode and Related Functions
Last updated March 2020
Name | Description |
---|---|
ec_base64_decode | Perform Base64 decoding of a string |
ec_base64_decode_space | This function returns the number of bytes required to decode a Base64 encoded string |
ec_base64_encode | Perform Base64 encoding of a string |
ec_base64_encode_space | Returns the number of bytes required to Base64 encode a string |
ec_base64_encode_string_to_string | Apply base64 encoding to an ec_string and store the result to another ec_string where the previous content will be replaced |
ec_base64_encode_to_string | Apply base64 encoding to a string and store the result to an ec_string where the previous content will be replaced |
ec_convert_buffer | Convert a fixed length buffer from one encoding to another |
ec_convert_buffer_to_string | Convert a buffer from one encoding to another |
ec_convert_io | Convert an io stream from one encoding to another |
ec_convert_register | Register a converter implementation |
ec_convert_string | Convert a string from one encoding to another |
ec_qp_encode | Quoted-printable encode a string |
ec_qp_encode_to_string | Apply quoted printable encoding to a string and append the output to an ec_string |
Was this page helpful?