PHP funkce strpbrk()
Dostupnost ve verzích: PHP 5.0
Search a string for any of a set of characters
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$haystack |
string |
není | The string where char_list is looked for. |
$char_list |
string |
není | This parameter is case sensitive. |
Návratové hodnoty
string
a string starting from the character found, or false if it is not found.