printf

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( ) .