Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
printf
printf
Output formatted string
Name:
printf
Category:
String
Programming Language:
php
One-line Description:
Output a formatted string.
Related
How to Read the Last Few Characters of a String in PHP? Simple and Easy Implementation
5
What happens if you forget to clear the previous result set before calling next_result()?
2
Practical Guide to PHP Code Standards and Performance Optimization
10
Can mt_srand Be Combined with Hash Functions to Generate Repeatable Encrypted Random Values? Detailed Implementation Guide
7
Similar Functions
strtr
strtr
Translatecharacterso
hebrev
hebrev
Convertlogical-Hebre
sprintf
sprintf
Returnstheformatteds
ucfirst
ucfirst
Setthefirstcharacter
get_html_translation_table
get_html_translation_table
Returnstheconversion
strcoll
strcoll
Comparisonofstringsb
strtoupper
strtoupper
Convertstringtoupper
count_chars
count_chars
Returnsinformationab
Popular Articles