[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Smarty plugin
File Size: | 143 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 2 files libraries/Smarty/libs/plugins/shared.mb_str_replace.php libraries/Smarty/libs/plugins/shared.mb_unicode.php |
smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = true) X-Ref |
Smarty escape modifier plugin Type: modifier<br> Name: escape<br> Purpose: escape string for output author: Monte Ohrt <monte at ohrt dot com> param: string $string input string param: string $esc_type escape type param: string $char_set character set, used for htmlspecialchars() or htmlentities() param: boolean $double_encode encode already encoded entitites again, used for htmlspecialchars() or htmlentities() return: string escaped input string |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |