json_encode — 对变量进行 JSON 编码
json_decode — 对 JSON 格式的字符串进行解码
base64_encode — 使用 MIME base64 对数据进行编码
base64_decode — 对使用 MIME base64 编码的数据进行解码
rawurlencode — 按照 RFC 3986 对 URL 进行编码
rawurldecode — 对已编码的 URL 字符串进行解码
urlencode — 编码 URL 字符串
urldecode — 解码已编码的 URL 字符串
convert_uuencode — 使用 uuencode 编码一个字符串
convert_uudecode — 解码一个 uuencode 编码的字符串
utf8_encode — 将 ISO-8859-1 编码的字符串转换为 UTF-8 编码
utf8_decode — 将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。
quoted_printable_encode — 将 8-bit 字符串转换成 quoted-printable 字符串
quoted_printable_decode — 将 quoted-printable 字符串转换为 8-bit 字符串