stripHtml
The stripHtml function is a recursive function used to strip HTML from a string. The tags it strips varies based on the profile's Jamroom Quota settings.
mixed
stripHtml
(mixed $out, [array $_quota = false])
-
mixed
$out: String or Array to run htmlspecialchars() on.
-
array
$_quota: Jamroom Quota information for the profile
|