Пример #1
0
function mb_substr_count($haystack, $needle, $enc = INF)
{
    return s\Mbstring::mb_substr_count($haystack, $needle, $enc);
}