Example #1
0
 function mb_convert_encoding($s, $to, $from = null)
 {
     return p\Mbstring::mb_convert_encoding($s, $to, $from);
 }