Код: Выделить всё
$things = array(
'AA' => 'American history',
'AB' => 'American cooking'
);
$key_to_check = 'AB';
Подробнее здесь: https://stackoverflow.com/questions/122 ... ray-in-php
Код: Выделить всё
$things = array(
'AA' => 'American history',
'AB' => 'American cooking'
);
$key_to_check = 'AB';