printf

(PHP 4, PHP 5, PHP 7)
Output a formatted string
int printf ( string $format [, mixed $args [, mixed $... ]] )

Produces output according to format.

Parameters:
format

See sprintf() for a description of format.

args

See sprintf() for a description of format.

...

See sprintf() for a description of format.

Returns:

Returns the length of the outputted string.

See also:

print -

sprintf() -

vprintf() -

sscanf() -

fscanf() -

flush() -

doc_php
2016-02-24 16:12:30
Comments
Leave a Comment

Please login to continue.