functions-online

substr_count

description

substr_count() returns the number of times the $needle substring occurs in the $haystack string. Please note that $needle is case sensitive.

declaration of substr_count

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

test substr_count online













share substr_count

comments for substr_count

be the first

No comments so far for substr_count(). Leave yours as first below.

+

Leave your comment