Smarty 图标

你可以根据商标声明使用 Smarty 徽标。

Smarty Template Engine Smarty Template Engine

如需进行赞助、广告、新闻或其他咨询,请联系我们:

使用 Smarty 的网站

广告

count_words

该函数用于计算变量中的单词数。

示例 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_characterscount_paragraphscount_sentences