(PHP 4, PHP 5, PHP 7, PHP 8)
printf — Visualizza una stringa formattata
$format
$args
$...
Produce un output formattato secondo le specifiche del parametro format, che viene descritto nella documentazione di sprintf().
format
Restituisce la lunghezza della stringa visualizzata.
Vedere anche print, sprintf(), vprintf(), sscanf(), fscanf() e flush().