Exemple #1
0
 function mb_detect_encoding($str, $encodingList = null, $strict = false)
 {
     return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict);
 }