substr_count() returns the number of times the
needle substring occurs in the
haystack string. Please note that
needle is case sensitive.
Notatka: This function doesn't count overlapped substrings. See the example below!
haystackThe string to search in
needleThe substring to search for
offsetThe offset where to start counting
length
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.
| Poprzedni | Spis treści | Następny |
| substr_compare | Początek rozdziału | substr_replace |