printf

(PHP 3, PHP 4 >= 4.0.0)

printf -- Output een geformatteerde string

Description

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