Anonymous user / 13.58.197.26 Log In Register
?
Wallet: 3.00
Daily Credits:
1.20 / 1.20

PHP Functions Online


printf

(PHP 4, PHP 5)

printfOutput a formatted string

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

Checkout ? #

Item Description Item Price Your Price
Total

Preview #

${{ variable.param.name }} = {{ variable.param|getValue:variable.form:true }};
{{ call.result}} = ;

Description #

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

Parameters #

format

See sprintf() for a description of format.

args

...

Return Values #

Returns the length of the outputted string.

See Also #