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, 17 May 2013

view this page in

printf

(PHP 4, PHP 5)

printfGibt einen formatierten String aus

Beschreibung

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

Erzeugt eine Ausgabe abhängig von format.

Parameter-Liste

format

Format wird in der Dokumentation zu sprintf() näher beschrieben.

args

...

Rückgabewerte

Gibt die Länge des ausgegebenen Strings zurück.

Siehe auch

  • print - Ausgabe eines Strings
  • sprintf() - Gibt einen formatierten String zurück
  • vprintf() - Gibt einen formatierten String aus
  • sscanf() - Überträgt einen String in ein angegebenes Format
  • fscanf() - Interpretiert den Input einer Datei entsprechend einem angegebenen Format
  • flush() - Leert (sendet) den Ausgabepuffer



quoted_printable_decode> <print
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes printf - [19 notes]