mb_encode_numericentity
Encode character to HTML numeric string reference
Description
stringmb_encode_numericentity
stringstr
arrayconvmap
stringencoding
mb_encode_numericentity converts
specified character codes in string str
from HTML numeric character reference to character code. It
returns converted string.
array is array specifies code area to
convert.
encoding is character encoding.
convmap example
mb_encode_numericentity example
See also: mb_decode_numericentity.