(PHP 4, PHP 5, PHP 7)
Output a formatted string
int printf ( string $format [, mixed $args [, mixed $... ]] )
Produces output according to format
.
Parameters:
format
See sprintf() for a description of format
.
args
See sprintf() for a description of format
.
...
See sprintf() for a description of format
.
Returns:
Returns the length of the outputted string.
See also:
print -
sscanf() -
fscanf() -
flush() -
Please login to continue.