Function un_htmlspecialchars
Replaces special entities in strings with the real characters.
Functionally equivalent to htmlspecialchars_decode(), except that this also replaces ' ' with a simple space character.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs.php
string |
$string |
A string |
string
|
The string without entities |