Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
vprintf
vprintf
Output formatted string
Name:
vprintf
Category:
String
Programming Language:
php
One-line Description:
Output a formatted string.
Related
Common Formatting Errors When Using vprintf and How to Effectively Avoid Them
7
Analysis on the difference between vprintf function and printf
2
vprintf: Basic use of PHP formatted output
9
Similar Functions
strchr
strchr
Aliasofstrstr
convert_uuencode
convert_uuencode
Useuuencodetoencodea
bin2hex
bin2hex
Convertbinarydatatoh
strcasecmp
strcasecmp
Binarysafecase-insen
strrev
strrev
Reverseastring
str_word_count
str_word_count
Returninformationabo
htmlspecialchars_decode
htmlspecialchars_decode
ConvertspecialHTMLen
quoted_printable_decode
quoted_printable_decode
Convertaprintablestr
Popular Articles
vprintf: Basic use of PHP formatted output
Analysis on the difference between vprintf function and printf
Common Formatting Errors When Using vprintf and How to Effectively Avoid Them