<?php $array = [ ['size' => '12" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '12" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 24"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 48"', 'size_description' => '<p>Rectified</p>'], ['size' => '24" x 48"', 'size_description' => '<p>Rectified</p>'], ]; var_export(array_values(array_column($array, null, 'size')));
You have javascript disabled. You will not be able to edit any code.