count_sentences[?? ??]
count_sentences[計算句數(shù)]
test.php:
$smarty = new Smarty;
$smarty->ass('articleTitle', '? ?? ?? ?? ?? - ? ?? ????. ??? ? ??? ???? ??? ?????.');
$smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle|count_sentences}
輸?:
? ?? ?? ??? ?? - ? ?? ????. ??? ?? ??? ??? ??? ???.
2