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[计算句数]";
提交重置代码
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!