W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
unescape
可以解碼entity
, html
和 htmlall
等的編碼。 它與escape 修飾器的效果剛好相反。
參數(shù)順序 | 類型 | 必選參數(shù) | 允許取值 | 默認值 | 說明 |
---|---|---|---|---|---|
1 | string | No | html , htmlall ,entity , | html | 解碼的類型 |
2 | string | No | ISO-8859-1 , UTF-8 , 或者任何 htmlentities() 可以支持的字符集。 | UTF-8 | 傳遞給html_entity_decode() 、 htmlspecialchars_decode() 或 mb_convert_encoding()的字符集 |
Example 5.22. escape
<?php $smarty->assign('articleTitle', "Germans use "Ümlauts" and pay in €uro" ); ?>
unescape
例子
{$articleTitle} Germans use "Ümlauts" and pay in €uro {$articleTitle|unescape:"html"} Germans use "Ümlauts" and pay in €uro {$articleTitle|unescape:"htmlall"} Germans use "ümlauts" and pay in €uro
參見 Smarty編譯轉(zhuǎn)換, escape 修飾器.
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: