count_sentences...ログイン

count_sentences[文数]

count_sent句[计算数]

test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', 'ソ連の船 2 隻が衝突 - 1 隻死亡。激怒した牛が農夫を斧で負傷。');
$smarty->display('test.html');

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

出力:
2 つのソ連船が衝突し、1人が死亡。激怒した牛が農夫を斧で負傷。
2

次のセクション
<?php echo "count_sentences[计算句数]";
コースウェア