<?php $types = [ "text" => 2, "image" => 2, "audio" => 2, ]; $result = []; foreach ($types as $type => $count) { array_push($result, ...array_fill(0, $count, $type)); } var_export($result);
You have javascript disabled. You will not be able to edit any code.