Related Functions

array_key_exists

PHP 4.0.7+

Checks whether a specific key or index exists in an array, returning true regardless of the associated value including null.

Description

The array_key_exists() Checks whether a specific key or index exists in an array, returning true regardless of the associated value including null.

Example