vprintf()
vprintf - Output a formatted string
Syntax
int vprintf (
string $format,
array $args)
Arguments
- format - See sprintf() for a description of format.
- args
Description
Display array values as a formatted string according to format (which is described in the documentation for sprintf()).
Version
PHP 4.1.0, 5
Return value
Returns the length of the outputted string.