échapper[encoda...LOGIN

échapper[encodage]

escape[编码]

test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', "'Une forte opposition est attendue au plan funéraire sans cercueil'");
$smarty->display('test.html');

test.html:
{$articleTitle}
{$articleTitle|escape}
{$articleTitle|escape:"html"} {* évasions & " ' < > *}
{$articleTitle|escape:"htmlall"} {* échappe à TOUTES les entités html *}
{$articleTitle|escape:"url"}
{$articleTitle|escape:"quotes"}
<a href="mailto:{$EmailAddress|escape:"hex"}">{$EmailAddress|escape:"hexentity"}</a>

输出:
' Forte opposition attendue au plan funéraire sans cercueil'
'Forte opposition attendue au plan funéraire sans cercueil'
'Forte opposition attendue au plan funéraire sans cercueil'
'Forte opposition attendue au plan funéraire sans cercueil& #039;
%27Opposition+rigide+attendue+au+Plan+funéraire+sans cercueil%27
'Opposition ferme attendue au plan funéraire sans cercueil'
<a href="mailto:%62%6f%62%40%6d% 65%2e%6e%65%74">bob@me.ne&# x74;</a>

section suivante
<?php echo "escape[编码]";
soumettreRéinitialiser le code
chapitredidacticiel