functions-online

substr_count

Beschreibung

Die Funktion substr_count() ermittelt, wie oft $needle in dem String $haystack vorkommt, und gibt die Anzahl der Vorkommen zurück. Beachten Sie, dass der Parameter $needle case sensitive ist.

Deklaration von substr_count

int substr_count ( string $haystack , string $needle [, int $offset ] [, int $length ] )

substr_count online ausführen













teile substr_count

Kommentare für substr_count

+

Leave your comment