php man page for printf

Query: printf

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PRINTF(3)								 1								 PRINTF(3)

printf - Output a formatted string

SYNOPSIS
int printf (string $format, [mixed $args], [mixed $...])
DESCRIPTION
Produces output according to $format.
PARAMETERS
o $format - See sprintf(3) for a description of $format. o $args - o $... -
RETURN VALUES
Returns the length of the outputted string.
SEE ALSO
print(3), sprintf(3), vprintf(3), sscanf(3), fscanf(3), flush(3). PHP Documentation Group PRINTF(3)
Related Man Pages
fprintf(3s) - bsd
vfprintf(3s) - bsd
vsprintf(3s) - bsd
curl_maprintf(3) - debian
sscanf(3) - php
Similar Topics in the Unix Linux Community
Printf unix command
printf / regex
Masking Password with *'s
Variable inside AWK printf
Need help in printf in shell script