©
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
Smarty - the compiling PHP template engine | ||
---|---|---|
Prev 来源:PHP中文社区 | Chapter 5. Variable Modifiers[变量调节器] | Next |
Parameter Position参数位置 | Type参数类型 | Required必需 | Default默认 | Description描述 |
---|---|---|---|---|
1 | string | Yes | n/a | This is what format to use. (sprintf) 使用的格式化方式 |
This is a way to format strings, such as decimal numbers and such. Use the syntax for sprintf for the formatting.
是一种格式化字符串的方法.例如格式化为十进制数等等.使用sprintf语法格式化
Example 5-18. string_format
|
Prev 来源:PHP中文社区 | Home | Next |
spacify[插空] | Up | strip[去除(多余空格)] |