downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

quoted_printable_decode> <print
[edit] Last updated: Fri, 24 Jun 2011

view this page in

printf

(PHP 4, PHP 5)

printfOutput a formatted string

Description

int printf ( string $format [, mixed $args [, mixed $... ]] )

Produces output according to format.

Parameters

format

See sprintf() for a description of format.

args

...

Return Values

Returns the length of the outputted string.

See Also

  • print() - Output a string
  • sprintf() - Return a formatted string
  • vprintf() - Output a formatted string
  • sscanf() - Parses input from a string according to a format
  • fscanf() - Parses input from a file according to a format
  • flush() - Flush the output buffer



quoted_printable_decode> <print
[edit] Last updated: Fri, 24 Jun 2011
 
add a note add a note User Contributed Notes printf - [19 notes]