超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<printquoted_printable_decode>
Last updated: Fri, 22 Jun 2007

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




add a note add a note User Contributed Notes
printf
maird at webfeat dot ca
23-Sep-1999 03:43
Basic Example:

printf("QueryString is: %s this time",$StringName);

<printquoted_printable_decode>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22