printf

printf -- Output een geformatteerde string

Beschrijving

int printf ( string format [, mixed args])

Produceert output volgens format , hetgeen is beschreven in de documentatie voor sprintf( ) .

Zie ook : print( ) , sprintf( ) , sscanf( ) , fscanf( ) , en flush( ) .