<?php $original = []; foreach (range(1, 20_000) as $iteration) { $original[] = [ 'id' => str_repeat("{$iteration}.", 4), 'name' => 'name', ]; } var_dump( array_map( static function (array $item): string { return "{$item['id']}#{$item['name']}"; }, $original ) );
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources