codecamp

Smarty:count_words

count_words

用于计算变量内容有多少个单词。

Example 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

Smarty:count_sentences
Smarty:date_format
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定