Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<printquoted_printable_decode>
Last updated: Tue, 19 Sep 2006

printf

(PHP 3, PHP 4, PHP 5)

printf -- Output a formatted string

Description

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

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

Returns the length of the outputted string.

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




<printquoted_printable_decode>
Last updated: Tue, 19 Sep 2006