Searched refs:mb_encode_numericentity (Results 1 – 3 of 3) sorted by relevance
2 Test mb_encode_numericentity() function : Convert UTF-8 to HTML-Entities13 echo mb_encode_numericentity($str1, $convmap, "UTF-8")."\n";14 echo mb_encode_numericentity($str2, $convmap, "UTF-8")."\n";17 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n";
128 PHP_FUNCTION(mb_encode_numericentity);
573 PHP_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)4186 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument
Completed in 21 milliseconds