Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
String Functions
PHP Manual

printf

(PHP 4, PHP 5)

printfOutput a formatted string

Description

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.

See Also


String Functions
PHP Manual