首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
fprintf
fprintf
將格式化後的字符串寫入到流
名稱:
fprintf
分類:
字符串
所屬語言:
php
一句話介紹:
把格式化的字符串寫入到指定的輸出流。
相關內容
fprintf 函數和sprintf 函數的區別及使用場景
5
同類函數
convert_cyr_string
convert_cyr_string
將字符由一種Cyrillic字符轉換成另
vsprintf
vsprintf
返回格式化的字符串
htmlentities
htmlentities
將所有適用的字符轉換為HTML實體-將字
quoted_printable_decode
quoted_printable_decode
將帶引號的可打印字符串轉換為8位字符串
metaphone
metaphone
計算字符串的metaphone鍵
convert_uudecode
convert_uudecode
解碼一個uuencode編碼的字符串
sha1
sha1
計算字符串的sha1哈希值
strnatcmp
strnatcmp
使用“自然順序”算法進行字符串比較
熱門文章
fprintf 函數和sprintf 函數的區別及使用場景