PHP quoted_printable_encode() 函數(shù)
PHP quoted_printable_encode() 函數(shù)

定義和用法
quoted_printable_encode() 函數(shù)把 8 位字符串轉(zhuǎn)換為 quoted-printable 字符串。
提示:經(jīng)過 quoted-printable 編碼后的數(shù)據(jù)與通過郵件傳輸進行修改的不一樣。一個完全 US-ASCII 的文本可進行 quoted-printable 編碼,用來確保通過文字翻譯或線包網(wǎng)關(guān)進行消息傳遞時數(shù)據(jù)的完整性。
語法
quoted_printable_encode(string)
參數(shù) | 描述 |
---|---|
string | 必需。規(guī)定要轉(zhuǎn)換的 8 位字符串。 |
技術(shù)細節(jié)
返回值: | 返回已轉(zhuǎn)換的字符串。 |
---|---|
PHP 版本: | 5.3.0+ |

相關(guān)文章
- PHP If Else 語句
- PHP 魔術(shù)常量
- PHP $_GET 變量
- PHP 發(fā)送電子郵件
- PHP Secure E-mails
- PHP 高級過濾器
- PHP array_diff() 函數(shù)
- PHP array_diff_key() 函數(shù)
- PHP array_fill_keys() 函數(shù)
- PHP array_key_first() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_replace_recursive() 函數(shù)
- PHP array_values() 函數(shù)
- PHP array_walk_recursive() 函數(shù)
- PHP extract() 函數(shù)
- PHP in_array() 函數(shù)
- PHP shuffle() 函數(shù)
- PHP uksort() 函數(shù)
- PHP usort() 函數(shù)
- PHP Mail 函數(shù)