Entity fix: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
(shortened description)
Line 2: Line 2:
|function=entity_fix
|function=entity_fix
|internal=true
|internal=true
|description=Only used by other string utility functions, such as [[htmlspecialchars]], [[htmltrim]], [[strpos]], [[substr]], and [[truncate]] to deal with numerical html entities found in the string. entity_fix is important to how these functions deal with user-input characters that are outside the forum's declared character set.
|description=Called by other string utility functions, to deal with numerical html entities found in the string and strip out illegal numerical html entities.
}}
}}
<noinclude>
<noinclude>
[[Category:General Utility Functions]]
[[Category:General Utility Functions]]
{{needs work|incomplete}}</noinclude>
{{needs work|incomplete}}</noinclude>

Revision as of 16:48, 11 October 2012


Description: Called by other string utility functions, to deal with numerical html entities found in the string and strip out illegal numerical html entities.



Advertisement: