動(dòng)態(tài)生成的DOM不會(huì)觸發(fā)onclick事件的原因及解決方法
634
2024-02-22
(PHP 4 >= 4.0.6, PHP 5)
mb_decode_numericentity — 根據(jù) HTML 數(shù)字字符串解碼成字符
$str
, array $convmap
[, string $encoding
= mb_internal_encoding()
] )
將數(shù)字字符串的引用str
按指定的字符塊轉(zhuǎn)換成字符串。
str
要解碼的 string。
convmap
convmap
是一個(gè) array,指定了要轉(zhuǎn)換的代碼區(qū)域。
encoding
encoding
參數(shù)為字符編碼。如果省略,則使用內(nèi)部字符編碼。
轉(zhuǎn)換后的字符串。
Example #1 convmap
例子
<?php
$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 );
// Specify Unicode value for start_codeN and end_codeN
// Add offsetN to value and take bit-wise 'AND' with maskN,
// then convert value to numeric string reference.
?>
mb_encode_numericentity() - Encode character to HTML numeric string reference
#免責(zé)聲明#
本站[綠夏技術(shù)導(dǎo)航]提供的一切軟件、教程和內(nèi)容信息僅限用于學(xué)習(xí)和研究目的;不得將上述內(nèi)容用于商業(yè)或者非法用途,否則,一切后果請用戶自負(fù)。本站信息來自網(wǎng)絡(luò)收集整理,版權(quán)爭議與本站無關(guān)。您必須在下載后的24個(gè)小時(shí)之內(nèi),從您的電腦或手機(jī)中徹底刪除上述內(nèi)容。如果您喜歡該程序或內(nèi)容,請支持正版,購買注冊,得到更好的正版服務(wù)。我們非常重視版權(quán)問題,如有侵權(quán)請郵件[admin@lxwl520.com]與我們聯(lián)系進(jìn)行刪除處理。敬請諒解!