XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modifier.escape.php File Reference

Go to the source code of this file.

Namespaces

namespace  Smarty
 

Functions

 smarty_modifier_escape ($string, $esc_type= 'html', $char_set= 'ISO-8859-1')
 

Function Documentation

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

Parameters
string
html|htmlall|url|quotes|hex|hexentity|javascript
Returns
string

Definition at line 22 of file modifier.escape.php.