亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

smarty過濾器怎么用

發布時間:2021-09-22 10:27:40 來源:億速云 閱讀:153 作者:小新 欄目:開發技術

這篇文章主要為大家展示了“smarty過濾器怎么用”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“smarty過濾器怎么用”這篇文章吧。

1、預過濾器

function remove_dw_comments($tpl_source, &$smarty)
{
 return preg_replace("/<!--#.*-->/U","",$tpl_source);
 //去除原tpl文件中的注釋,使其在編譯后的文件中不顯示
}
//注冊預過濾器
$smarty->register_prefilter("remove_dw_comments");
$smarty->display("test1.tpl");

test1.tpl

<h2>與過濾器的使用</h2>
<!--#hello-->  注釋的格式
這樣的話,注釋在編譯后的文件中被過濾掉

2、后過濾器

function add_header_comment($tpl_source, &$smarty)
{
 return "<?php echo \"<!-- Created by Smarty! -->\n\" ?>\n".$tpl_source;
 //添加頭部注釋
}
//注冊后過濾器
$smarty->register_postfilter("add_header_comment");
$smarty->display('test2.tpl');

模板文件:

test2.tpl

頭部會產生注釋:

<!-- Created by Smarty! -->

3、輸出濾鏡

function protect_email($tpl_output, &$smarty){
  $tpl_output = preg_replace('!(\S+)@([a-zA-Z0-9\.\-]+\.([a-zA-Z]{2,3}|[0-9]{1,3}))!', '$1%40$2', $tpl_output);
  return $tpl_output;}// register the outputfilter$smarty->register_outputfilter("protect_email");
  $smarty->display("index.tpl");
}
$smarty->register_outputfilter("protect_email");
$smarty->display("index.tpl");

以上是“smarty過濾器怎么用”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

颍上县| 紫云| 广元市| 中西区| 辛集市| 静海县| 罗源县| 昭平县| 庐江县| 中西区| 余姚市| 措美县| 崇礼县| 成武县| 宝鸡市| 龙胜| 乌拉特后旗| 固安县| 安义县| 丹棱县| 刚察县| 旅游| 胶州市| 莒南县| 济源市| 江门市| 古蔺县| 吉首市| 肥城市| 建宁县| 苍山县| 桐乡市| 澎湖县| 四会市| 庆云县| 武川县| 桑日县| 中牟县| 阿瓦提县| 保靖县| 忻州市|