Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: shared.escape_special_chars.php

Source Location: /bblog/smarty_plugins/shared.escape_special_chars.php ( Revision Log )

Page Details

Smarty shared plugin

Functions
smarty_function_escape_special_chars  [line 18]

string smarty_function_escape_special_chars( string $string  )

escape_special_chars common function

Function: smarty_function_escape_special_chars
Purpose: used by other smarty functions to escape special chars except for already escaped ones

Parameters:
string   $string: 

Information Tags:
Usedby:  smarty_function_html_checkboxes()
Usedby:  smarty_function_html_options()
Usedby:  smarty_function_html_radios()
Usedby:  smarty_function_html_image()

[ Top ]