Function replaceEntities__callback
Decode numeric html entities to their ascii or UTF8 equivalent character.
Callback function for preg_replace_callback in subs-members Uses capture group 2 in the supplied array Does basic scan to ensure characters are inside a valid range
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
array |
$matches |
An array of matches (relevant info should be the 3rd item) |
string
|
A fixed string |