(PHP 4 >= 4.0.0)
substr_count() returns the number of times the needle substring occurs in the haystack string.
Przykład 1. substr_count() example
print substr_count("This is a test", "is"); // prints out 2