count_sentences...LOGIN

count_sentences[计算句数]

count_sentences[计算句数]

test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', '两艘苏联船相撞 - 其中一艘死亡。愤怒的牛用斧头伤害农夫。');
$smarty->display('test.html');

test.html:
{$articleTitle}
{$articleTitle|count_sentences}

输出:
两艘苏联船只相撞 - 其中一艘死亡。愤怒的牛用斧头伤害农民。
2

下一节
<?php echo "count_sentences[计算句数]";
提交重置代码
章节课件