?
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
Smarty - the compiling PHP template engine | ||
---|---|---|
Prev 來(lái)源:PHP中文社區(qū) | Chapter 5. Variable Modifiers[變量調(diào)節(jié)器] | Next |
Parameter Position參數(shù)位置 | Type參數(shù)類(lèi)型 | Required必需 | Default默認(rèn) | 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.
是一種格式化字符串的方法.例如格式化為十進(jìn)制數(shù)等等.使用sprintf語(yǔ)法格式化
Example 5-18. string_format
|
Prev 來(lái)源:PHP中文社區(qū) | Home | Next |
spacify[插空] | Up | strip[去除(多余空格)] |