printf

Example

 int printf ( string $format [, mixed $args [, mixed $... ]] ) 

Description

Produces output according to format.

Return Values

Returns the length of the outputted string.