$priceArr = array_column($priceArr, null, ‘id‘);//把id当作key值直接获取即可
PHP 将二维数组中某列值作为数组的键名
原文:https://www.cnblogs.com/ghjbk/p/12198197.html