How do I check to see if a compound key exists with array_key_exists such as
$myarr['ind1']['ind2']
Would like to see if the key ['ind1']['ind2'] exists in $myarr.
I googled this and looked at some similar answers but couldn't find anything.
|
How do I check to see if a compound key exists with array_key_exists such as
Would like to see if the key ['ind1']['ind2'] exists in $myarr. I googled this and looked at some similar answers but couldn't find anything.
| |||
|
feedback
|
|
You can make use of
If
This checks the compound key does exists and is not | |||
feedback
|
| |||
|
feedback
|