Function htmltrim__recursive
Trim a string including the HTML space, character 160. Uses two underscores to guard against overloading. What it does: - trims a string or an the var array using html characters as well. - does not effect keys, only values. - may call itself recursively if needed.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/QueryString.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/QueryString.php
array|string |
$var |
The string or array of strings to trim |
integer |
$level = 0 |
= 0 How deep we're at within the array (if called recursively) |
array|string
|
The trimmed string or array of trimmed strings |