PHP Manual

PHP function in_array()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Checks if the element is part of an array.

Parameters

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.

Return values

bool

Returns true if the element is contained in the array, otherwise false.

Other resources

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:

Související články

1.
30.

V jiných jazycích

Status:
All systems normal.
2024