$price = array_column($inventory, 'price'); //price is a key for the sort array_multisort($price, SORT_DESC, $inventory);