substr_count
Description
int substr_count ( string haystack, string needle)substr_count() returns the number of times the needle substring occurs in the haystack string.
See also count_chars(), strpos(), substr(), and strstr().
substr_count() returns the number of times the needle substring occurs in the haystack string.
See also count_chars(), strpos(), substr(), and strstr().