String Funkcje
PHP Manual

printf

(PHP 4, PHP 5)

printfOutput a formatted string

Opis

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

Produces output according to format.

Parametry

format

See sprintf() for a description of format.

args

...

Zwracane wartości

Returns the length of the outputted string.

Zobacz też:


String Funkcje
PHP Manual