JavaScript Editor Javascript debugger     Website design 


printf

Output a formatted string (PHP 4, PHP 5)
int printf ( string format [, mixed args [, mixed ...]] )

Produces output according to format.

Parameters

format

See sprintf() for a description of format.

args
...

Return Values

Returns the length of the outputted string.