|
substr_count() returns the number of times the needle substring occurs in the haystack string. Please note that needle is case sensitive.
Note: This function doesn't count overlapped substrings. See the example below!
The string to search in
The substring to search for
The offset where to start counting
The maximum length after the specified offset to search for the substring. It outputs a warning if the offset plus the length is greater than the haystack length.
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:12