<?php $array = [ 1149 => 3, 4108 => 3, ]; $result = []; foreach ($array as $offer_id => $quantity) { $result[] = compact('offer_id', 'quantity'); } var_export($result);
You have javascript disabled. You will not be able to edit any code.