(Why we have entity-fix at all.) |
(}}) |
||
Line 3: | Line 3: | ||
|internal=true | |internal=true | ||
|description=Not meant to be called directly. Used by other string utility functions, such as [htmlspecialchars]], [[htmltrim]], [[strpos]], [[substr]], and [[truncate]] to deal with numerical html entities found in the string. These functions are important to the way SMF deals gracefully with user-input characters that are outside the forum's declared character set. | |description=Not meant to be called directly. Used by other string utility functions, such as [htmlspecialchars]], [[htmltrim]], [[strpos]], [[substr]], and [[truncate]] to deal with numerical html entities found in the string. These functions are important to the way SMF deals gracefully with user-input characters that are outside the forum's declared character set. | ||
}} | |||
<noinclude> | <noinclude> | ||
[[Category:General Utility Functions]] | [[Category:General Utility Functions]] | ||
{{needs work}}</noinclude> | {{needs work}}</noinclude> |
Revision as of 14:27, 11 October 2012
This function should never be used outside the database abstraction layer (Db-*.php or Subs-Db-*.php files) |
Description: Not meant to be called directly. Used by other string utility functions, such as [htmlspecialchars]], htmltrim, strpos, substr, and truncate to deal with numerical html entities found in the string. These functions are important to the way SMF deals gracefully with user-input characters that are outside the forum's declared character set.
This article needs some work for the following reason: (no reason given) This template may be removed when cleanup is complete. |