PRINTF(3) 1 PRINTF(3) printf - Output a formatted stringSYNOPSISint printf (string $format, [mixed $args], [mixed $...])DESCRIPTIONProduces output according to $format.PARAMETERSo $format - See sprintf(3) for a description of $format. o $args - o $... -RETURN VALUESReturns the length of the outputted string.SEE ALSOprint(3), sprintf(3), vprintf(3), sscanf(3), fscanf(3), flush(3). PHP Documentation Group PRINTF(3)
| Related Man Pages |
|---|
| fprintf(3s) - bsd |
| printf(3s) - bsd |
| curl_msnprintf(3) - debian |
| sscanf(3) - php |
| fprintf(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| printf / regex |
| Masking Password with *'s |
| What is the difference between printf and putchar() or scanf and getchar() ? |
| Need help in printf in shell script |
| Printf padded string |