PHP Manual

PHP funkce strripos()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 5.0`

Find position of last occurrence of a case-insensitive string in a string

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$haystack string není The string to search in
$needle string není Note that the needle may be a string of one or more characters.
$offset int null The offset parameter may be specified to begin searching an arbitrary number of characters into the string.

Návratové hodnoty

int

the numerical position of the last occurrence of needle. Also note that string positions start at 0, and not 1.

If needle is not found, false is returned.

Další zdroje

Oficiální dokumentace funkce strripos

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:

Související články

1.

Potřebujete poradit s PHP?

Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.

Napište mi, pokud si nevíte rady.

Lektor: Jan Barášek

V jiných jazycích

1.
Status:
All systems normal.
2024