trouver dans un tableau associatif PHP par valeur de propriété

$key = array_search('model', array_column($data, 'label'));
Vihaan S