您可以根据商标声明使用 Smarty 徽标。
对于赞助、广告、新闻或其他查询,请通过以下方式联系我们
用于计算变量中字符数。
FALSE
示例 5.4. count_characters
<?php $smarty->assign('articleTitle', 'Cold Wave Linked to Temperatures.'); ?>
当模板为
{$articleTitle} {$articleTitle|count_characters} {$articleTitle|count_characters:true}
将输出
Cold Wave Linked to Temperatures. 29 33
另请参见 count_words、count_sentences 和 count_paragraphs。
count_words
count_sentences
count_paragraphs