_decode_() _decode_(mixed $data = NULL, boolean $is_htmlentities = false) : mixed 将特殊的 HTML 实体转换回普通字符 Parameters mixed $data boolean $is_htmlentities 是否是所有html编码转义 Returns mixed
_encode_() _encode_(mixed $data = NULL, boolean $is_htmlentities = false) : mixed 将特殊字符转换为HTML实体 Parameters mixed $data boolean $is_htmlentities 是否是所有html编码转义 Returns mixed