首頁
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
同類函數
strpbrk
strpbrk
在字符串中查找一組字符的任何一個字符-返
sha1
sha1
計算字符串的sha1哈希值
count_chars
count_chars
返回有關字符串中使用的字符的信息-統計s
strtoupper
strtoupper
將字符串轉化為大寫
printf
printf
輸出格式化的字符串
sscanf
sscanf
根據指定格式解析輸入的字符
vsprintf
vsprintf
返回格式化的字符串
strncasecmp
strncasecmp
二進制安全比較字符串開頭的若干個字符(不
熱門文章
quoted_printable_encode 與UTF-8 編碼衝突問題及解決方案
quoted_printable_encode 使用中避免換行符混亂的方法