Method Input::xssClean
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Clean user input and try to prevent XSS attacks
protected function mixed xssClean(mixed $varValue, boolean $blnStrictMode)
Parameters
- mixed $varValue
- Not documented yet. Please add documentation to this entry.
- boolean $blnStrictMode
- Default: false
- Not documented yet. Please add documentation to this entry.
Add a comment