printf

(PHP3 , PHP4 )

printf -- Output a formatted string

Description

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

Produces output according to format, which is described in the documentation for sprintf().

See also: print(), sprintf(), sscanf(), fscanf(), and flush().