Smarty 图标

根据商标声明,您可以使用 Smarty 徽标。

Smarty Template Engine Smarty Template Engine

有关赞助、广告、新闻或其他咨询,请通过以下方式联系我们

使用 Smarty 的网站

广告

count_paragraphs

用于计算变量中的段落数。

示例 5.5。count_paragraphs

<?php

$smarty->assign('articleTitle',
                 "War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.\n\n
                 Man is Fatally Slain. Death Causes Loneliness, Feeling of Isolation."
                );

?>

   

模板为

{$articleTitle}
{$articleTitle|count_paragraphs}

   

将输出

War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.

Man is Fatally Slain. Death Causes Loneliness, Feeling of Isolation.
2

   

另请参阅 count_characterscount_sentencescount_words