XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | Smarty |
Functions | |
smarty_modifier_escape ($string, $esc_type= 'html', $char_set= 'ISO-8859-1') | |
smarty_modifier_escape | ( | $string, | |
$esc_type = 'html' , |
|||
$char_set = 'ISO-8859-1' |
|||
) |
Smarty escape modifier plugin
Type: modifier
Name: escape
Purpose: Escape the string according to escapement type escape (Smarty online manual) Monte Ohrt
string | |
html|htmlall|url|quotes|hex|hexentity|javascript |
Definition at line 22 of file modifier.escape.php.