PHP Manual

PHP funkce strtok()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 4.0`

Tokenize string Note that only the first call to strtok uses the string argument. Every subsequent call to strtok only needs the token to use, as it keeps track of where it is in the current string. To start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it. Note that you may put multiple tokens in the token parameter. The string will be tokenized when any one of the characters in the argument are found.

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$str string null, The string being split up into smaller strings (tokens).
$token string není The delimiter used when splitting up str.

Návratové hodnoty

string

A string token.

Další zdroje

Oficiální dokumentace funkce strtok

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