printf

(PHP 3, PHP 4 >= 4.0.0)

printf -- Gibt einen formatierten String aus

Beschreibung:

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

Erzeugt eine Ausgabe abhängig von format. Format wird in der Dokumentation zu sprintf() näher beschrieben.

Siehe auch print(), sprintf(), sscanf(), fscanf() und flush().