Availability in `PHP 4.0`
Checks if the element is part of an array.
Parameter | Data type | Default value | Note |
---|---|---|---|
$needle |
mixed |
not | Search value |
$haystack |
array |
not | Searched array |
$strict |
bool |
false | Should the data type be checked as well? It behaves the same as == and === in the condition. |
bool
Returns true
if the element is contained in the array, otherwise false
.
Official in-array 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