(PHP 4 )
Die Funktion substr_count() ermittelt, wie oft needle in dem String haystack vorkommt.
Beispiel 1. substr_count()-Beispiel:
print substr_count("Dieser Test ist Mist", "ist"); // ergibt 2
Diese Funktion steht ab PHP 4.0.0 zur Verfügung.