?
This document uses PHP Chinese website manual Release
Smarty - the compiling PHP template engine | ||
---|---|---|
Prev 來源:PHP中文社區(qū) | Chapter 5. Variable Modifiers[變量調(diào)節(jié)器] | Next |
This replaces all repeated spaces, newlines and tabs with a single space, or with a supplied string.
用一個(gè)空格或一個(gè)給定字符替換所有重復(fù)空格,換行和制表符.
Note: If you want to strip blocks of template text, use the strip function.
注意:如果想要去除模板文本中的區(qū)塊,請使用 strip函數(shù)
Example 5-19. strip
|
Prev 來源:PHP中文社區(qū) | Home | Next |
string_format[字串格式化] | Up | strip_tags[去除html標(biāo)簽] |