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學習者快速成長!