Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 5. Variable Modifiers[变量调节器] | 下一篇教材 |
This replaces all repeated spaces, newlines and tabs with a single space, or with a supplied string.
用一个空格或一个给定字符替换所有重复空格,换行和制表符.
Note: If you want to strip blocks of template text, use the strip function.
注意:如果想要去除模板文本中的区块,请使用 strip函数
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
string_format[字串格式化] | Smarty章节目录 | strip_tags[去除html标签] |