Smarty:count_paragraphs

2018-10-12 15:10 更新

count_paragraphs

计算变量内容有多少个段落。

Example 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
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号