|
array_key_existsChecks if the given key or index exists in the array Description
bool array_key_exists
( mixed
$key
, array $array
)
array_key_exists returns Parameters
Return Values
Returns
Examples
Example #1 array_key_exists example
<?php Example #2 array_key_exists vs isset
isset does not return
<?php Notes
See Also
|