mb_encode_numericentity
文字を HTML 数値エンティティにエンコードする
&reftitle.description;
stringmb_encode_numericentity
stringstr
arrayconvmap
stringencodingmb_internal_encoding()
boolis_hex
strの中で指定した文字コードを
HTML 数値エンティティから文字コードに変換します。
&reftitle.parameters;
str
エンコードする文字列。
convmap
convmap は、変換するコード領域を指定する配列です。
encoding
&mbstring.encoding.parameter;
is_hex
&reftitle.returnvalues;
変換後の文字列を返します。
&reftitle.changelog;
&Version;
&Description;
5.4.0
is_hex パラメータが追加されました。
&reftitle.examples;
convmap の例
]]>
&reftitle.examples;
mb_encode_numericentity の例
]]>
&reftitle.seealso;
mb_decode_numericentity