mb_decode_numericentity
mb_decode_numericentity — HTML 数値エンティティを文字にデコードする
説明
string mb_decode_numericentity ( string str, array convmap [, string encoding] )文字列 str において指定した文字領域にある数値エンティティを変換し、 変換後の文字列を返します。
convmap は変換するコード領域を指定する配列です。
encoding は文字エンコーディングで、 省略された場合は内部文字エンコーディングが使用されます。
例 1291. convmap の例
$convmap = array (
int start_code1, int end_code1, int offset1, int mask1,
int start_code2, int end_code2, int offset2, int mask2,
........
int start_codeN, int end_codeN, int offsetN, int maskN );
// start_codeN および end_codeN に Unicode値を指定
// 値にoffsetNを追加、マスクmaskNを指定してビット毎の'AND'をとり、
// 数値エンティティに値を変換します。
mb_encode_numericentity() も参照ください。
Weblioに収録されているすべての辞書からmb_decode_numericentityを検索する場合は、下記のリンクをクリックしてください。

- mb_decode_numericentityのページへのリンク