首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
fprintf
fprintf
將格式化後的字符串寫入到流
名稱:
fprintf
分類:
字符串
所屬語言:
php
一句話介紹:
把格式化的字符串寫入到指定的輸出流。
相關內容
fprintf 函數和sprintf 函數的區別及使用場景
5
同類函數
get_html_translation_table
get_html_translation_table
返回使用htmlspecialchars
substr_replace
substr_replace
替換字符串的子串
sprintf
sprintf
返回格式化的字符串
printf
printf
輸出格式化的字符串
rtrim
rtrim
刪除字符串末端的空白字符(或者其他字符)
wordwrap
wordwrap
打斷字符串為指定數量的字串
lcfirst
lcfirst
將字符串的第一個字符設為小寫
md5_file
md5_file
計算給定文件的md5哈希值
熱門文章
fprintf 函數和sprintf 函數的區別及使用場景