Query: vprintf
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VPRINTF(3) 1 VPRINTF(3) vprintf - Output a formatted stringSYNOPSISint vprintf (string $format, array $args)DESCRIPTIONDisplay array values as a formatted string according to $format (which is described in the documentation for sprintf(3)). Operates as printf(3) but accepts an array of arguments, rather than a variable number of arguments.PARAMETERSo $format - See sprintf(3) for a description of $format. o $args -RETURN VALUESReturns the length of the outputted string.EXAMPLESExample #1 vprintf(3): zero-padded integers <?php vprintf("%04d-%02d-%02d", explode('-', '1988-8-1')); // 1988-08-01 ?>SEE ALSOprintf(3), sprintf(3), vsprintf(3). PHP Documentation Group VPRINTF(3)
Related Man Pages |
---|
curl_mprintf(3) - debian |
curl_mvaprintf(3) - debian |
vfprintf(3) - osf1 |
vprintf(3) - osf1 |
fprintf(3) - php |
Similar Topics in the Unix Linux Community |
---|
ERROR: more than one instance of overloaded function "vprintf" has "C" linkage |