©
Dieses Dokument verwendetPHP-Handbuch für chinesische WebsitesFreigeben
Smarty - the compiling PHP template engine | ||
---|---|---|
Prev 来源:PHP中文社区 | Chapter 5. Variable Modifiers[变量调节器] | Next |
Parameter Position参数位置 | Type参数类型 | Required必需 | Default默认 | Description描述 |
---|---|---|---|---|
1 | string | No | one space | This what gets inserted between each character of the variable. 将在两个字符之间插入的字符(串) |
spacify is a way to insert a space between every character of a variable. You can optionally pass a different character (or string) to insert.
插空(不知道这个词是什么意思,顾名思义了^^)是一种在字符串的每个字符之间插入空格或者其他的字符(串).
Example 5-17. spacify
|
Prev 来源:PHP中文社区 | Home | Next |
replace[替换] | Up | string_format[字符串格式化] |