Public Member Functions | |
| RemoveXSS ($val, $replaceString= '< x >') | |
Static Public Member Functions | |
| static | process ($val, $replaceString= '< x >') |
Definition at line 25 of file RemoveXSS.php.
| static RemoveXSS::process | ( | $ | val, | |
| $ | replaceString = '<x>' | |||
| ) | [static] |
Removes potential XSS code from an input string.
Using an external class by Travis Puderbaugh <kallahar@quickwired.com>
| string | Input string | |
| string | replaceString for inserting in keywords (which destroyes the tags) |
Definition at line 50 of file RemoveXSS.php.
References $val.
| RemoveXSS::RemoveXSS | ( | $ | val, | |
| $ | replaceString = '<x>' | |||
| ) |
Removes potential XSS code from an input string. Wrapper for RemoveXSS::process().
Using an external class by Travis Puderbaugh <kallahar@quickwired.com>
| string | Input string | |
| string | replaceString for inserting in keywords (which destroyes the tags) |
Definition at line 37 of file RemoveXSS.php.
References $val.
Referenced by t3lib_div::removeXSS().
1.4.7