你可以根据商标声明使用 Smarty 徽标。
如需进行赞助、广告、新闻或其他咨询,请联系我们:
该函数用于计算变量中的单词数。
示例 5.7 count_words
<?php $smarty->assign('articleTitle', 'Dealers Will Hear Car Talk at Noon.'); ?>
如果模板中的内容为:
{$articleTitle} {$articleTitle|count_words}
则输出为:
Dealers Will Hear Car Talk at Noon. 7
另请参阅 count_characters、count_paragraphs 和 count_sentences。
count_characters
count_paragraphs
count_sentences