printf
(PHP 4, PHP 5)
printf — Output a formatted string
Descrierea
int printf
( string $format
[, mixed $args
[, mixed $...
]] )
Produces output according to format .
Valorile întroarse
Returns the length of the outputted string.