Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fprintf
fprintf
Write the formatted string to the stream
Name:
fprintf
Category:
String
Programming Language:
php
One-line Description:
Writes the formatted string to the specified output stream.
Related
The difference between fprintf function and sprintf function and usage scenarios
5
Similar Functions
strlen
strlen
Getthestringlength
chunk_split
chunk_split
Splitthestringintosm
sprintf
sprintf
Returnstheformatteds
vsprintf
vsprintf
Returnstheformatteds
get_html_translation_table
get_html_translation_table
Returnstheconversion
nl2br
nl2br
InsertHTMLnewlinetag
trim
trim
Removespaces(orother
chr
chr
Generatesingle-bytes
Popular Articles
The difference between fprintf function and sprintf function and usage scenarios