Ejemplo n.º 1
0
 function mb_substr_count($haystack, $needle)
 {
     return utf8::substr_count($haystack, $needle);
 }