sprintf

Example

 string sprintf ( string $format [, mixed $args [, mixed $... ]] ) 

Description

Returns a string produced according to the formatting string format.

Return Values

Returns a string produced according to the formatting string format.