<?php $array = [ [ 'data' => [ [ 'attribute_set' => 'default', 'description' => 'productdescription', 'is_in_stock' => 1, 'meta_description' => 'Product meta description', 'meta_keyword' => 'Product meta keyword', 'meta_title' => 'Product meta title', 'name' => 'myproduct6', 'price' => 100, 'qty' => 1000, 're_skus' => 'sdfefwef', 'short_description' => 'this is a short descriptio', 'sku' => 'myproduct_surabhi7', 'status' => 1, 'store' => 'admin', 'tax_class_id' => 4, 'type' => 'simple', 'url_key' => 'my-product', 'url_path' => 'my-product.html', 'visibility' => 4, 'weight' => 10, ], [ 'attribute_set' => 'default', 'description' => 'productdescription', 'is_in_stock' => 1, 'meta_description' => 'Product meta description', 'meta_keyword' => 'Product meta keyword', 'meta_title' => 'Product meta title', 'name' => 'myproduct6', 'price' => 100, 'qty' => 1000, 're_skus' => 'sdfefwef', 'short_description' => 'this is a short descriptio', 'sku' => 'myproduct_surabhi7', 'status' => 1, 'store' => 'admin', 'tax_class_id' => 4, 'type' => 'simple', 'url_key' => 'my-product', 'url_path' => 'my-product.html', 'visibility' => 4, 'weight' => 10, ] ] ] ]; $result = []; foreach ($array[0]['data'] as $i => $data) { $result[$i][$i] = $data; } var_export($result);
You have javascript disabled. You will not be able to edit any code.