Availability in `PHP 4.0`
Count the number of occurrences of a substring
Parameter | Data type | Default value | Note |
---|---|---|---|
$haystack |
string |
not | String to search |
$needle |
string |
not | Substring to be searched |
$offset |
int |
null, | Offset from which to start counting |
$length |
int |
null | Maximum length after the specified offset to search for a substring. Print a warning if the offset plus length is greater than the length of the haystack. |
int
This function returns an integer.
Official substr-count documentation
Jan Barášek Více o autorovi
Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.
Rád vám pomůžu:
Články píše Jan Barášek © 2009-2024 | Kontakt | Mapa webu
Status | Aktualizováno: ... | en