<?php $first = ['Catalog No.: ', 'H-B No. ']; $second = [['GG', 692],['VV', 693]]; var_export( array_map( fn($row) => substr_replace($row, $first, 0, 0), $second ) );
You have javascript disabled. You will not be able to edit any code.