首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
quoted_printable_encode
quoted_printable_encode
將8位字符串轉換為帶引號的可打印字符串
名稱:
quoted_printable_encode
分類:
字符串
所屬語言:
php
一句話介紹:
把8 位字符串轉換為quoted-printable 字符串。
相關內容
quoted_printable_encode 使用中避免換行符混亂的方法
10
quoted_printable_encode 與UTF-8 編碼衝突問題及解決方案
4
同類函數
soundex
soundex
計算字符串的soundex鍵
substr_replace
substr_replace
替換字符串的子串
sscanf
sscanf
根據指定格式解析輸入的字符
sha1_file
sha1_file
計算文件的sha1哈希值
implode
implode
將一個一維數組的值轉化為字符串
get_html_translation_table
get_html_translation_table
返回使用htmlspecialchars
lcfirst
lcfirst
將字符串的第一個字符設為小寫
wordwrap
wordwrap
打斷字符串為指定數量的字串
熱門文章
quoted_printable_encode 使用中避免換行符混亂的方法
quoted_printable_encode 與UTF-8 編碼衝突問題及解決方案