Forum und email

printf

(PHP 4, PHP 5)

printf — Output a formatted string

說明

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

Produces output according to format .

參數

format

See sprintf() for a description of format .

args

...

Return值

Returns the length of the outputted string.