當前位置: 首頁> 函數類別大全> quoted_printable_encode

quoted_printable_encode

將8位字符串轉換為帶引號的可打印字符串
名稱:quoted_printable_encode
分類:字符串
所屬語言:php
一句話介紹:把8 位字符串轉換為quoted-printable 字符串。

定義和用法

quoted_printable_encode()函數把8 位字符串轉換為quoted-printable 字符串。

提示:經過quoted-printable 編碼後的數據與通過郵件傳輸進行修改的不一樣。完全US-ASCII 的文本可進行quoted-printable 編碼,以確保通過文字翻譯或線包網關進行消息傳遞時數據的完整性。

文法

quoted_printable_encode ( string )
參數描述
string必需。規定要轉換的8 位字符串。
同類函數
  • 將邏輯順序希伯來文(logical-Hebrew)轉換為視覺順序希伯來文(visual-Hebrew) hebrev

    hebrev

    將邏輯順序希伯來文(logical-He
  • 重複一個字符串 str_repeat

    str_repeat

    重複一個字符串
  • 計算子字符串出現次數 substr_count

    substr_count

    計算子字符串出現次數
  • 查找字符串中子字符串第一次出現的位置 strpos

    strpos

    查找字符串中子字符串第一次出現的位置
  • 使用“自然順序”算法進行字符串比較 strnatcmp

    strnatcmp

    使用“自然順序”算法進行字符串比較
  • 查找指定字符在字符串中的最後一次出現 strrchr

    strrchr

    查找指定字符在字符串中的最後一次出現
  • 反引用一個使用addcslashes() 轉義的字符串 stripcslashes

    stripcslashes

    反引用一個使用addcslashes()
  • 設置區域設置信息 setlocale

    setlocale

    設置區域設置信息
熱門文章