PHP quoted_printable_encode() 函数
定义和用法
quoted_printable_encode() 函数把 8 位字符串转换为 quoted-printable 字符串。
提示:经过 quoted-printable 编码后的数据与通过邮件传输进行修改的不一样。完全 US-ASCII 的文本可进行 quoted-printable 编码,以确保通过文字翻译或线包网关进行消息传递时数据的完整性。
รูปแบบ
quoted_printable_encode(string)
ตัวอย่าง | คำอธิบาย |
---|---|
string | จำเป็น กำหนดข้อความ 8 หลักที่ต้องการการเปลี่ยนแปลง |
รายละเอียดเทคนิค
ค่าที่คืนค่ามา | คืนค่าข้อความที่ได้รับการเปลี่ยนแปลง |
PHP รุ่น: | 5.3.0+ |