Home
last modified time | relevance | path

Searched refs:mb_encode_numericentity (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_numericentity.phpt2 Test mb_encode_numericentity() function : Convert UTF-8 to HTML-Entities
13 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";
/PHP-5.5/ext/mbstring/
H A Dmbstring.h125 PHP_FUNCTION(mb_encode_numericentity);
H A Dmbstring.c561 PHP_FE(mb_encode_numericentity, arginfo_mb_encode_numericentity)
3785 PHP_FUNCTION(mb_encode_numericentity) in PHP_FUNCTION() argument

Completed in 16 milliseconds