?
? ????? PHP ??? ???? ??? ?? ??
Smarty - the compiling PHP template engine | ||
---|---|---|
Prev 來源:PHP中文社區(qū) | Chapter 5. Variable Modifiers[變量調節(jié)器] | 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中文社區(qū) | Home | Next |
replace[替換] | Up | string_format[字符串格式化] |