mb_substr_count

mb_substr_count

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

mb_substr_countCount the number of substring occurrences

Description

int mb_substr_count ( string $haystack , string $needle [, string $encoding = mb_internal_encoding() ] )

Counts the number of times the needle substring occurs in the haystack string.