Esempio n. 1
0
 function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null)
 {
     return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $v0, $a, $b, $c, $d, $e, $f);
 }
Esempio n. 2
0
 function mb_chr($code, $enc = null)
 {
     return p\Mbstring::mb_chr($code, $enc);
 }