mb_decode_numericentity
Decode HTML numeric string reference to character
&reftitle.description;
stringmb_decode_numericentity
stringstring
arraymap
stringnullencoding&null;
Convert numeric string reference of string
string in a specified block to character.
&reftitle.parameters;
string
The string being decoded.
map
map is an array that specifies
the code area to convert.
encoding
&mbstring.encoding.parameter;
is_hex
This parameter is not used.
&reftitle.returnvalues;
The converted string.
&reftitle.errors;
Throws a ValueError if
map is not a list of &integer;s.
&reftitle.changelog;
&Version;
&Description;
8.4.0
mb_decode_numericentity now throws a
ValueError if map
is not a list of &integer;s.
&mbstring.changelog.encoding-nullable;
&reftitle.examples;
map example
]]>
map example escapes JavaScript string
&reftitle.seealso;
mb_encode_numericentity