xss_clean($str[, $is_image = FALSE])
Parameters: |
|
---|---|
Returns: |
XSS-clean string |
Return type: |
string |
Provides Cross Site Script Hack filtering.
This function is an alias for CI_Input::xss_clean()
. For more info, please see the Input Library documentation.
Please login to continue.