PHP funkce strcspn()
📅 11. 09. 2019
Obsah článku:
Dostupnost ve verzích: `PHP 4.0`
Find length of initial segment not matching mask
Parametry
Parametr | Datový typ | Výchozí hodnota | Poznámka |
---|---|---|---|
$str1 | string | není | The first string. |
$str2 | string | není | The second string. |
$start | int | null, | The start position of the string to examine. |
$length | int | null | The length of the string to examine. |
Návratové hodnoty
int
the length of the segment as an integer.
Další zdroje
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:
Kontakt Spolupráce