Esempio n. 1
0
 function mb_substr_count($haystack, $needle, $enc = null)
 {
     return p\Mbstring::mb_substr_count($haystack, $needle, $enc);
 }