Function smarty_modifier_escape
Smarty escape modifier plugin
Type: modifier
Name: escape
Purpose: escape string for output
Package: Smarty\PluginsModifier
Author: Monte Ohrt
Link: http://www.smarty.net/docs/en/language.modifier.escape
Located at plugins/smarty/smarty_source/plugins/modifier.escape.php
Author: Monte Ohrt
Link: http://www.smarty.net/docs/en/language.modifier.escape
Located at plugins/smarty/smarty_source/plugins/modifier.escape.php
string |
$string |
input string |
string |
$esc_type = 'html' |
escape type |
string |
$char_set = null |
character set, used for htmlspecialchars() or htmlentities() |
boolean |
$double_encode = true |
encode already encoded entitites again, used for htmlspecialchars() or htmlentities() |
string
|
escaped input string |