Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Feb 12, 2025
1 parent 227b3b0 commit 83b1ba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base.php
Original file line number Diff line number Diff line change
Expand Up @@ -979,10 +979,10 @@ function recursive($arg,$func,$stack=[]) {
}

/**
* Remove HTML tags (except those enumerated) and non-printable
* characters to mitigate XSS/code injection attacks
* @return mixed
* @param $arg mixed
* Remove HTML tags (except those enumerated) and non-printable characters
* NB: This method doesn't mitigate XSS/code injection attacks.
* @return mixed
* @param $arg mixed
* @param $tags string
**/
function clean($arg,$tags=NULL) {
Expand Down

0 comments on commit 83b1ba7

Please sign in to comment.