PHP printf function
Like this blog? Consider exploring one of our sponsored banner ads...
printf
(PHP 3, PHP 4, PHP 5)
printf — Output a formatted stringDescriptionint printf ( string format [, mixed args [, mixed ...]] )
Produces output according to format, which
is described in the documentation for sprintf().
Returns the length of the outputted string.
See also
print(),
sprintf(),
vprintf(),
sscanf(),
fscanf(), and
flush().
About this entry
You’re currently reading “PHP printf function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]