RemoveXSS Klassenreferenz
Aufstellung aller Elemente
Öffentliche Methoden |
| | RemoveXSS ($val, $replaceString= '< x >') |
| | process ($val, $replaceString= '< x >') |
Dokumentation der Elementfunktionen
| RemoveXSS::process |
( |
$ |
val, |
|
|
$ |
replaceString = '<x>' | |
|
) |
| | |
Removes potential XSS code from an input string.
Using an external class by Travis Puderbaugh <kallahar@quickwired.com>
- Parameter:
-
| string | Input string |
| string | replaceString for inserting in keywords (which destroyes the tags) |
- Rückgabe:
- string Input string with potential XSS code removed
| 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>
- Parameter:
-
| string | Input string |
| string | replaceString for inserting in keywords (which destroyes the tags) |
- Rückgabe:
- string Input string with potential XSS code removed
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /srv/www/vhosts/typo3.local/typo3_src-4.2.10/typo3/contrib/RemoveXSS/RemoveXSS.php